font change

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Jan 08, 2014 5:22 am
Hi

I want to change font-family.
But control panel does not have font to want.
I add font-familly cord in wp.css.
Font change but menu icon in mobile disappear.

How can I change font-family that control panel does not have default font.
User avatar
Junior Boarder

GK User
Wed Jan 08, 2014 8:20 am
Your font isn't available on Google WebFonts, Font Squirell or AdobeEdge fonts? If so, you can add your font-family e.g. in wp.css ( I recommend to use css/override.css file because of future theme update) and after that add this code
Code: Select all
i.fa {
font-family: FontAwesome!important;
}


To use icon font for e.g. mobile menu.
User avatar
Moderator

GK User
Wed Jan 08, 2014 11:11 am
Thanks !

I try to add that cord but disappear main menu in mobile.
URL is www.justcafe.org.

Would you teach me HOW ?
User avatar
Junior Boarder

GK User
Wed Jan 08, 2014 1:02 pm
Add also this code to override.css file:
Code: Select all
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome!important;
}
User avatar
Moderator

GK User
Thu Jan 09, 2014 12:52 am
Thanks !

Good solution!
Have a nice day.
User avatar
Junior Boarder


cron