DarkLightA
02-25-2009, 05:36 PM
How can you be sure the browser doesn't misunderstand it?
Like, for example:
p {
font: oblique 2.5em "Times New Roman", Arial
}
I don't see how a browser can easily understand that. Isn't it better with:
p {
font: oblique normal normal 2.5em "Times New Roman", Arial
}
and the font-family part looks confusing :confused:
Like, for example:
p {
font: oblique 2.5em "Times New Roman", Arial
}
I don't see how a browser can easily understand that. Isn't it better with:
p {
font: oblique normal normal 2.5em "Times New Roman", Arial
}
and the font-family part looks confusing :confused: