Change font size on Vigilance theme?

  • I’m in the process of creating a new blog and I’m having difficulty changing the font size. I currently am using “reenie beenie” for my blog’s title heading, sub-head etc and “sorts mill goudy” for the body copy via Typekit. How can I increase the size of these fonts? Thank you!

    The blog I need help with is: (visible only to logged in users)

  • The following three lines of code will change the header title, header subtitle and post content text sizes respectively. Change the number values to modify the sizes to your liking.

    #title a:link, #title a:visited {font-size:1.8em;}
    #description h2 {font-size:1.8em;}
    h1, h2, h3, h4, h5, h6, pre, code, p, caption, th, td {font-size:1.2em;}
  • The topic ‘Change font size on Vigilance theme?’ is closed to new replies.