Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › IE = Serif font …. Chrome = sans serif font??
- This topic has 6 replies, 2 voices, and was last updated 11 years, 3 months ago by
Raghavendra.
-
AuthorPosts
-
August 20, 2014 at 11:18 am #8577
CSKickOn
MemberWhy, if i look at my site in IE, do i see a Serif font as the main body font. Yet if i go to Chrome, i see a Sans-serif font?
I want sans-serif. IE is not displaying correctly…
In the Theme Options -> Fonts i have:
Body Font: Trebuchet MS
Custom Body Font: HelveticaNeue,Optima,Segoe,”Segoe UI”,Candara,Calibri,Arial,sans-serif;Is this correct?
Thank you
August 20, 2014 at 11:18 am #8578August 20, 2014 at 11:22 am #8579CSKickOn
MemberIf I use developer tools the body font is listing as: “Merriweather”, “Arvo”, Georgia, Times, serif
(The browser is actually crossing out and overwriting my Custom Body Font: HelveticaNeue,Optima,Segoe,”Segoe UI”,Candara,Calibri,Arial,sans-serif;)
Chrome doesn’t seem to be doing this…
August 20, 2014 at 3:03 pm #8586Raghavendra
ModeratorCan I know which version of IE is this? On my IE, I see the sans serif – same font as the one shown on Chrome.
August 26, 2014 at 7:55 am #8703CSKickOn
MemberIE version 11.0.9600.17239
It happens on two completely independent different PC’s with different internet connection even.
In chrome on both it works fine…
September 4, 2014 at 1:13 am #8932CSKickOn
MemberHi guys,
Hoping to get a response to this… any ideas?
thank you
September 5, 2014 at 12:21 pm #8978Raghavendra
ModeratorSorry for the delayed reply. Actually things look better on IE than on my Chrome on my Mac since at least it displays the regular Merriweather font instead of a default serif font of the browser like Chrome does. Looks like you have defined the font as something like this –
h1,h2,h3,h4,h5,h6 {font-family:"HelveticaNeue,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;";letter-spacing:1px;} body{font-family:"HelveticaNeue,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;";}You need to change it to make this valid CSS since the current definition is incorrect with double quotes spanning multiple fonts. Here is how it should be –
h1,h2,h3,h4,h5,h6 {font-family:"HelveticaNeue",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;letter-spacing:1px;} body{font-family:"HelveticaNeue",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;}I guess you have set it via Custom Font option. The value suppled is incorrect. Pls check.
-
AuthorPosts
- The forum ‘Agile Theme Support’ is closed to new topics and replies.