Mobile app version of vmapp.org
Login or Join
Jessie594

: Does Lucida Sans Unicode font in Windows 7 have a bold style? I am trying to set an alternative to Mac Lucida Grande font with Lucida Sans Unicode for Windows users and found out that I

@Jessie594

Posted in: #Fonts #Typography

I am trying to set an alternative to Mac Lucida Grande font with Lucida Sans Unicode for Windows users and found out that I see no bold style of it in my Windows 7. Is that common for all Windows 7? How about Windows XP?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

What we want to do is pick only the good traits: the normal face of
Lucida Sans Unicode, and the bold and italic variants of Lucida Sans.
The solution is to “create” a hybrid font set:

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

strong, em, b, i {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}



-
Lucida Hybrid: The ‘Grande’ Alternative

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme