Tagged: x
-
AuthorPosts
-
April 22, 2016 at 12:55 pm #895686
webservantParticipantI’ve been trying to install a couple of fonts I purchased from cloud.typography. I’m not sure where I can place the css key they provided to be able to use the font across the entire site. Can anyone help? Thanks!
April 23, 2016 at 6:28 am #896550
ThaiModeratorHi There,
Please add the following code under functions.php file locates in your child theme:
add_action( 'wp_head', 'x_custom_fonts' ); function x_custom_fonts(){ ?> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/1234/5678/css/fonts.css" /> <?php }After that replace the
1234/5678number with your CSS key.Hope it helps 🙂
April 23, 2016 at 1:19 pm #896849
webservantParticipantThanks so much!! This is awesome
April 24, 2016 at 11:15 am #897526
ThaiModeratorGlad we were able to help 🙂
If you need anything else please let us know.
June 21, 2016 at 7:16 pm #1053413
Jared BParticipantHi there,
I’ve performed the update to the child theme’s function file but the settings in the customizer appear to still be in place. How do I override these?
Thanks!
June 21, 2016 at 7:40 pm #1053437
caldrete23ParticipantI did this and I have no idea wether the font was embedded and I don’t know how to activate it, or the font never installed. Help!
June 22, 2016 at 1:33 am #1053833
RupokMemberHi guys,
Thanks for writing in! If you have questions then you can always open your own thread with reference of his issue. It’s not a good idea to hack other user’s old thread.
Let’s provide the minimum information so that we could have look.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-895686 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
