Saturday, November 23, 2013

Re: Get font-family from external css?

Probably depends on the browser. Technically the font name must be a CSS identifier and if the font name contains any character that is not allowed inside an CSS identifier you must escape that character or quote the whole font name. 'Tangerine' is a valid CSS identifier so it seems fine if the browser removes the quotes internally during CSS processing.

http://www.w3.org/TR/CSS2/fonts.html#propdef-font-family also has some short info about quoting

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment