Is there a way to change the font on the Menus?
Menu Font
8 posts from 5 voices-
Posted 1 year ago #
-
Hey,
in css/custom.css add:
#top .main_menu .avia_mega a{ font-family: Helvetica; }and change the font-family value :)
Posted 1 year ago # -
Can Shoutbox use Google Fonts, and if so how are they implemented?
Posted 1 year ago # -
Hey,
no - it doesn't support google font api but you can use font face code nevertheless (which is pretty much the same). You can use the @import code and the font-family attribute in css/custom.css. I.e. like:
@import url(http://fonts.googleapis.com/css?family=Prata); h1,h2{ font-family: 'Prata', serif; }Posted 1 year ago # -
Ok, I'll give that a go. Thanks Dude.
Posted 1 year ago # -
When you make the next round of updates to Shoutbox would you consider including Google fonts API?
Posted 1 year ago # -
Hi!
I'll mark this thread for Kriesi. I can't promise it.
Regards,
PeterPosted 1 year ago # -
Hey! I would recommend to use a plugin until I am ready to do a feature release update. For now only bugfix release is planned, due to a tight schedule. Best regards
Kriesi
Posted 12 months ago #
Reply
You must log in to post.














