- This topic has 9 replies, 4 voices, and was last updated 4 years, 6 months ago by Andrew Misplon.
Tagged: Child Theme Font Awesome
- AuthorPosts
- December 3, 2015 at 1:52 pm #2776
Aivaras KParticipantHi Andrew,
i have a little problem with font awesome – i want add all plugins css to one file “style.css”. In child theme funktion.php i have deregistered font awesome stylesheet:
function wps_deregister_styles() { wp_deregister_style( 'font-awesome' ); } add_action( 'wp_print_styles', 'wps_deregister_styles', 100 );
then I have copied fonts folder from font-awesome to ultra-child folder.
Then I have copied code from font-awesome.min.css to my style.css im my child theme and i have changed to this:@font-face { font-family: 'FontAwesome'; src: url('/fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//puro-4401.kxcdn.com/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; }
but this don’t want work. Where my thinking error, or it is impossible to do?
Sorry for my bad english 🙂
December 23, 2015 at 4:03 am #2813
Puro SupportKeymasterHi Aivaras
Apologies for missing this post. We had email notifications earlier in the month which have now been resolved.
Have you made any progress with the above challenge?
December 23, 2015 at 10:45 am #2852
Aivaras KParticipantHi,
problem still exist 🙁 if i deregister css file and add its content to style.css – homepage is not displayed correctly.
I have by google page speed test on mobile 85, on pc 95 and wont it solve fot critical css.December 23, 2015 at 3:45 pm #2855
Puro SupportKeymasterWe’ll take a look shortly and report back. Thanks for the update.
December 23, 2015 at 3:53 pm #2858
Puro SupportKeymasterThanks for the wait. Please, see our example child theme for the task you’re looking to complete:
https://purothemes.com/wp-content/uploads/2015/12/ultra-child-font-awesome-custom-combine.zip
Hopefully you’ll find that helpful.
December 23, 2015 at 3:55 pm #2859
Puro SupportKeymasterYou might also be interested in the work that was done in this child theme:
https://purothemes.com/wp-content/uploads/2015/12/ultra-child-willy-021.zip
Check it out locally and see what you think, you don’t need to use all of it. It’s a slimmed down icon library containing only the icons Ultra uses at the moment.
December 23, 2015 at 4:16 pm #2862
Aivaras KParticipantThx, i see my mistake. I test it tomorrow – thank you very much 🙂
December 23, 2015 at 5:03 pm #2863
Puro SupportKeymasterNo problem. Let us know how it goes.
May 23, 2020 at 3:37 pm #14503
martellgraficoParticipantthanks for the info, i had the same problem
May 24, 2020 at 10:59 am #14506
Andrew MisplonKeymasterHi Martell
Super, I’m glad to hear this topic helped.
All the best with your website.
- AuthorPosts
The topic ‘font awesome style’ is closed to new replies.