Skip to main content



      Home
Home » Newcomers » Newcomers » Styling breaks with CSS fallback fonts ?
Styling breaks with CSS fallback fonts ? [message #1702024] Fri, 17 July 2015 11:39
Eclipse UserFriend
Dear experts,

I see that whenever I specify a list of fonts in my CSS file (fallback redundancy) then the font styling breaks and I get the default fonts.

Any clue?

.MyClass {     
    font-style: normal;
    font-size: 12pt;
    font-weight: normal;
    font-family: "Latin Modern Mono";    ===> I get Latin Modern Mono indeed!    
}

.MyClassWithFallbacks {     
    font-style: normal;
    font-size: 12pt;
    font-weight: normal;
    font-family: "Latin Modern Mono", "Andale Mono", monospace;    ===> I get default .. sans-serif ! @_@
}


Thanks for helping.

PS This happens on both Luna and Mars.
Previous Topic:Cannot create Android project in Mars
Next Topic:Luna Project Explorer shows folder as unknown type
Goto Forum:
  


Current Time: Sat May 24 07:13:53 EDT 2025

Powered by FUDForum. Page generated in 0.08231 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top