trying to use a custom font and having problems making it appear. I am able to get the custom css file change the size & style, but the font family seems ignored. http://potter-builders.com/sample-page/
ThemeOption > Layout > “Enter your custom CSS” input?
Bad:
font-family: “Arial”,”Helvetica” … ,sans-serif;
OK:
font-family: Arial,Helvetica … ,sans-serif;
“” or ” <- unnecessary
exsample:
body {
font-family: Comic Sans MS,Arial Black;
}
#current-location h1 {
font-family: Comic Sans MS,Arial Black;
font-style:normal;
}
Haha.. “Comic Sans MS” is look bad.
This is a known issue that will be fixed in the next version.