• Resolved pelargir

    (@pelargir)


    I just upgraded to Tiga 1.0 and was dismayed to discover that the post bodies no longer use the Bitter font. I don’t see an option to restore this font either. The new font isn’t as pleasing in my opinion. How do I get Bitter back?

Viewing 1 replies (of 1 total)
  • Theme Author Ga Satrya

    (@satrya)

    Bitter is to thick for content, so I decided to change it ??

    Try this:
    1. Select Appearance -> Editor, look at your right then click header.php
    2. Add the code below, above <?php wp_head(); ?>
    <link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
    3. Go to theme options, add this code in Custom CSS box
    .entry-content, .entry-summary { font-family: Bitter, serif; }

Viewing 1 replies (of 1 total)
  • The topic ‘Why remove Bitter?’ is closed to new replies.