Minimeallolla Posted March 10, 2011 Share Posted March 10, 2011 DreamWeaver starts some fonts in the font-family with capitals eg (font-family: "Times New Roman", Times, serif;) I was told to never use uppercase in Css because "A" and "a" are not the same. Just wondering if this is an error within Dreamweaver or if i was mislead. (I've noticed W3schools starts them with capitals aswell) Also, "Times New Roman" is in double quotes because of the spaces, right? Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 10, 2011 Share Posted March 10, 2011 that is 2 times yes, the double quotes is because the name consist of more words the use of a capital is because it should be the exact name as on the system. Quote Link to comment Share on other sites More sharing options...
nogray Posted March 10, 2011 Share Posted March 10, 2011 I don't think the font names are case senstive, I use arial all the time (but it's Arial in my system) and it works in every browser. try this code and see <style> * {font-family:cOuRiEr} </style> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.