I would like to change the default font for regular text (story and page nodes) to Verdana, is this in style.css? Can't seem to find it there.
And how do I change the default alignment from left to adjusted (justify)? Can't find that in the stylesheet either.
Thanks in advance for support!
Comments
Comment #1
Ifadah commentedUnder line 61 in (..magazeen/css/typography.css) you can change the font you want.
Your changes will not be effective until you resave the theme configuration.
Comment #2
Jorgen Sundberg commentedCool, will try that now.
And about the text alignment, how do I change it to ajusted/justify as default?
Comment #3
sheena_d commentedThe CSS to justify text is
text-align: justify;