I'd like to change the font colour (make darker) and increase the font size slightly in the main post & page area of my site.
I currently have the theme set to minimal css, where can I edit this?
Thanks
I'd like to change the font colour (make darker) and increase the font size slightly in the main post & page area of my site.
I currently have the theme set to minimal css, where can I edit this?
Thanks
Hey,
add following code to css/custom.css and change the values (font-size):
body {
color: #888888;
}
.entry-content, .blog-meta {
font: 13px/1.7em Georgia,Times,"Times New Roman",serif;
}Can we use google web fonts instead of the default fonts could you post how its done
Hey,
you can't use google fonts however you can use font-face: http://www.css3.info/preview/web-fonts-with-font-face/
This thread will help you: http://www.kriesi.at/support/topic/font-change-1
You must log in to post.