Code: Select all
#navigation #topNavRev2
{
margin: 0; padding: 0; list-style: none; height: 40px; line-height: 40px;
font-family: impact, arial;
}So, like you can set font-family, to be Impact [or] Arial [or] whatever/...... can you do this with font size.
So if there are 2 fonts in the list, I give two font sizes.
OR.... is there a way in the CSS file, to show one font if the browser is NOT Safari, and another font if it is?
Instead of having to do multiple CSS files. (where one could easily be missed in an update during development.