Hi,
I am trying to use the following part of my style.css file to change the font size (and if that one is successful, then maybe the font type), but no change in this code (or in the others in the same file) affects anything on my blog.
The abovementioned code is:
body {
margin: 0;
background: #fff;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 62.5%;
color: #000000;
}
What am I doing wrong? My blog address is http://www.fikiralemi.com
Thank you very much in advance for your concern!
Best regards
Mustafa