No, your code isn’t correct. Sorry. I didn’t look at it last time I wandered in here. I was getting my husband to the doctor’s office. Okay, so you’ll need to define the global font, which depends on which theme you are using. The link I shared above about Playing with Fonts talks about that. To identify the global font, you’ll need to use a developer plugin in Chrome, IE, Safari, FireFox or whatever browser you’re using and find the correct class or id under which CSS section.
I’m guessing it will be something like:
body {font-family: [your font family choice];
}
Alternately, it might be:
html { font-family: [insert your font-family choice];
}
Or it could be something else entirely.
-
This reply was modified 8 years ago by
CyberCobre.
-
This reply was modified 8 years ago by
CyberCobre. Reason: clarifications