Since WP 4.6 prefetch dependencies are only generated when styles are enqueued, not when they are only registered. Since you are only enqueueing Font Awesome, that is the only prefetch link you get. If you enqueue all style files properly, your problem should be solved.
Related Posts:
- Why wp_register_style() is important while I’m using a complete wp_enqueue_style()? [duplicate]
- Add Font Awesome Embed CDN Script To WordPress
- I register and enqueue stylesheet but nothing is rendered
- Changes in enqueued / registered stylesheet paths not updating—why?
- How do I view registered syles and scripts for enqueue
- wp_enqueue_style in WordPress plugin class not working
- Why isn’t my plugin script loaded in the backend?
- Deregister a CSS file that comes with a plugin
- Edit CSS of a plugin
- Where is the right place to register/enqueue scripts & styles
- Check if a script/style was enqueued/registered
- How to add crossorigin and integrity to wp_register_style? (Font Awesome 5)
- Why is style.css not being enqueued?
- How to enqueue the style using wp_enqueue_style()
- How to enqueue style before style.css
- How does one load style.css into a theme?
- Loading a child-theme’s style.css after the parent’s
- Load js/css files only on specific admin UI pages
- Add ‘title’ attribute to stylesheets with wp_enqueue_style()
- wp_enqueue_style for Plugin with multiple stylesheets
- Avoid to load default WP styles in login screen
- How to dequeue / deregister any theme styles and scripts
- How to add extra attribute to stylesheet link?
- Why my CSS file is not being registered in functions.php? [closed]
- How Would You Enqueue A Google Web Font?
- Does wordpress wp_enqueue_style support noscript?
- Enqueue a css using negative conditional tags
- Duplicated CSS files using wp_enqueue_style()
- Remove inline css added by wp_add_inline_css
- Enqueue styles through the wp_enqueue_style function vs link tag inside header.php
- Stylesheet from wp_enqueue_style is overwritten by plugin
- How to force stylesheet to load before anything else in header?
- wp_add_inline_style in plugin not working
- My child theme CSS get called twice
- To enqueue or not to enqueue
- Enqueue stylesheet depending on template
- Google fonts enqueue only imports last font family
- Best spot for wp_register_script() and wp_register_style()
- Enqueued Stylesheet Version Number Not Being Appended
- Load custom css after bootstrap
- I want to include my style.css in function.php file?
- The correct way to include JavaScript and CSS in my WordPress Themes
- Register script/style: Is it possible to customize the version query string via plugin?
- How to dequeue wp_get_custom_css in Twenty Twenty Theme
- Can’t make wp_enqueue work
- Using multiple versions of jQuery while still calling it like WP likes
- Combining multiple stylesheets into one conditional block
- How to link style.css in functions.php
- My style in my child theme loads after the parent theme, but it breaks stuff: How do I load it before the parent theme?
- How to enqueue stylesheets?
- Relative path in wp_register_style not working
- Best way to enqueue CSS and JS in a specific location
- Enqueue stylesheets with the same name
- wp_enqueue_style will not let me enforce screen only
- Child theme style.css versioning
- Never Enqueued Stylehsheet
- How to dequeue theme’s RTL stylesheet?
- How can I add style sheet link to my wordpress page
- Which is the best way to incorporate custom fonts?
- Enqueueing a script and a style sheet not working
- Stylesheet not loaded on register page
- Loading custom CSS
- How to enqueue JavaScript file that depends on CSS stylesheet
- wp_enqueue_style not working if the file is in a sub folder
- How to force that styles are enqueued in the header?
- Custom style sheet won’t enqueue / load if the css file actually exists. [closed]
- Additional CSS – crashing with javascript-html minifier?
- Adding Font Awesome to WP Plugin
- Where is the right place to register/enqueue scripts & styles
- Font Awesome changing default WordPress Font
- stylesheet in header or functions?
- enqueue_parent_style
- Add wp_add_inline_style into another wp_add_inline_style for better performance
- 404 Not Found on CSS file even though it’s in the correct directory
- What is the difference between the different ways of linking stylesheets
- my custom css file downloads then it STOPS!
- CSS only loads in backend
- Enqueuing a stylesheet and ensuring it’s loaded before (not after) the theme’s stylesheet
- Split Media Queries in different files!
- Proper use of wp_enqeue_style
- What is the colors handle from WordPress core for and why does it not have a path?
- make admin.css in my child theme
- Custom WordPress Theme loads js but not stylesheets
- How to make my shortcode load scripts and styles, from within the plugin?
- Why is my wp_enqueue_style() not working?
- Google Fonts not loading correctly
- Un-enqueue styles for certain built-in Gutenberg block types?
- Apply function only if end of url has /amp/ [closed]
- Enqueueing styles with version variable
- I can’t add CSS with functions.php
- Enqueue style for specific site type
- How to properly add my styles overriding current styles
- Can’t get custom CSS file to load in Child theme
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- Is there a way to deque the style with higher priority?
- Why wp_enqueue_style() is adding CSS class?
- How to get rid off default css styles
- How do you load js and style resources from CDN with local fallback using wp_enqueue_scripts?
- Use conditionals with wp_enqueue_style to attach stylesheet according to post type displayed
- How To Load wp_add_inline_styles