Changing styles.css H1 font/size but doesn't reflect on site.
I really dislike the default Verdana typeface for Vantage's H1 style. So per instructions elsewhere in the form, I changed the code from:
from
h1 {
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
}
to:
h1 {
font:20px/1.2em Georgia,"Times New Roman",Times,serif;
}
But nothing changed at all. What gives?
PS - to be clear this is directly under the /* =========== [ 3. TYPOGRAPHY, GENERAL ] =========== */