How does one customize various font sizes? For example body font or header font.
Font Sizes
2 posts from 2 voices-
Posted 9 months ago #
-
Hi,
you can change the body font size with following code - add it to css/custom.css:body{ font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }and adjust the the first to values (font size / line height). There're many different headlines though - please give us more details and we'll provide the css code. You can also try to use tools like Firebug to investigate the website code.
Posted 9 months ago #
Reply
You must log in to post.














