Tagged: x
-
AuthorPosts
-
December 16, 2016 at 11:45 am #1295804
shamusParticipantHey all,
I’m having trouble making only a specific custom headline as a google font. The specific flower is indie flower
Can you help me achieve this?
December 16, 2016 at 1:21 pm #1295887
Prasant RaiModeratorHello There,
Thanks for writing in!
1) First assign class name to custom headline element. For ex: test
2) Next add following CSS under Custom > CSS in the Customizer:
.h-custom-headline.test { font-family: 'Noto Sans', sans-serif; }You can replace font family and class name
testwith you custom class.Thanks.
December 19, 2016 at 2:23 pm #1298597
shamusParticipantThat worked but when I put in my own font like https://fonts.google.com/specimen/Neucha It dosne’t work for me.
Also how do I find what kind of font style it is like sans, sans serif, regular, etc…?
December 19, 2016 at 2:51 pm #1298618
JoaoModeratorHi There,
On The link https://fonts.google.com/specimen/Neucha > Click use this font on top right > A tab will open on right bottom.
font-family: ‘Neucha’, cursive;
Hope it helps
You can also import the font in case it is not among X Fonts:
For that add the following code to Appereance > Customizer > Custom > CSS
@import url(‘https://fonts.googleapis.com/css?family=Neucha’);
Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1295804 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
