-
AuthorPosts
-
April 21, 2015 at 10:13 am #431855
Hi,
I want to use the font Bradley Hand ITC
I’ve downloaded this font so i have the .tff fileLast time i used this code for the font
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Great Vibes'] = 'Great Vibes:400'; return $fonts; }
I cant find it how it works to use the downloaded font….
I hope you can help because my logo has that font in it and I want to make the navigation the same font
I hope to hear from anyone soon:)
Best regards
April 21, 2015 at 3:41 pm #432071Hey Nickkentie!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Regards,
YigitApril 21, 2015 at 6:21 pm #432235Okay thanks i gonna check
you are sure it is possible?April 21, 2015 at 6:24 pm #432239First one doesnt work
the font family: bradley hand itc
is blacklisted ??April 21, 2015 at 6:27 pm #432242Hey!
Yes i am sure. I have installed on my friends Enfold site – http://i.imgur.com/uLp1NqV.png
Please make sure to follow instructions correctly on the first link.Cheers!
YigitApril 22, 2015 at 12:21 pm #432719Yes i know but the font bradley hand inc get a error on this site
http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/and the error is : that the font is blacklisted….
cheers!
April 22, 2015 at 2:04 pm #432775Hey!
In that case, please consider using another font family – http://www.expertiseinresults.com/blog/fonts-reconsidered-blacklisted-font-faces/ – http://forum.fontsquirrel.com/discussion/93/generator-blacklisted-fonts
Regards,
YigitApril 22, 2015 at 6:24 pm #433032Okay thanks
Do you know some good hand written font that are good to use:)
April 22, 2015 at 6:39 pm #433042Hi!
Well, tastes differ but I am pretty sure you could find something that you would like in here – http://www.dafont.com/theme.php?cat=603 :)
Cheers!
YigitApril 22, 2015 at 6:49 pm #433054Oklay thankKS
April 22, 2015 at 7:07 pm #433065Okay now i want to make my menu like this font:
font-family: ‘journalregular’, Arial, sans-serif;
Which id’s and classes do i need?
Thanks
April 23, 2015 at 4:29 pm #433574Okay now i want to make my menu like this font:
font-family: ‘journalregular’, Arial, sans-serif;
Which id’s and classes do i need?
Thanks
April 23, 2015 at 4:47 pm #433587Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { font-family: 'journalregular', Arial, sans-serif !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
YigitApril 23, 2015 at 4:52 pm #433590I use child theme can i also put it there
April 23, 2015 at 4:53 pm #433593It doest work i’ve do it good whatswrong….
April 23, 2015 at 4:57 pm #433600Hi!
Please post FTP access and WordPress admin login here privately, i will take a quick look.
Regards,
YigitApril 23, 2015 at 5:21 pm #433619I’ve already succeeded THANKS
-
AuthorPosts
- The topic ‘Custom font not from google’ is closed to new replies.