-
Specifying multi-word font families in css
I've seen multi-word font families encapsulated with single quotes, double quotes and no quotes.
Are there browser compatibility issues with any of the above?
Example:
No Quotes:
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
Single Quotes:
font-family:'Lucida Sans Unicode', Lucida Grande', sans-serif;
Double Quotes:
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
Mixed:
font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks