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? Link to comment https://forums.phpfreaks.com/topic/230186-dreamweaver-uppercase-fonts-spaces-just-checking-some-real-simple-things/ 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. Link to comment https://forums.phpfreaks.com/topic/230186-dreamweaver-uppercase-fonts-spaces-just-checking-some-real-simple-things/#findComment-1185469 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> Link to comment https://forums.phpfreaks.com/topic/230186-dreamweaver-uppercase-fonts-spaces-just-checking-some-real-simple-things/#findComment-1185834 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.