how can i add handwritten font to one single text. I want to use a handwritten font like this http://imgur.com/a/5jMiR on my wordpress landingpage.
how can i do this. only this one heading font!
Can you please help me?
Hey!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/ and then change the font family of your text using custom CSS.
.your-custom-class { font-family: 'your-custom-font-family'; }
Best regards,
Yigit
Hey Yigit. i have added the code – thank you:
.textlanding { font-family: 'caveat'; }
and applied it to the text here but i see ne effect: http://imgur.com/a/HsBw4
is there a list of all google fonts i can use with enfold. i mean preinstalled fonts :)
Hey!
You should target your text as following :)
.textlanding h1 { font-family: 'caveat' !important; }
If that too does not help, please create a temporary admin login and post it here privately.
Cheers!
Yigit
CLOSED. i did it with this class: .handschrift h1
Thank you Yigit! But maybe you can help me wih the grid here: https://kriesi.at/support/topic/adapt-mansory-grid/