• Hi,

    I am working on this page of a client’s website: https://myoga.com/philosophy/kripalu/

    I am using the Twenty Twelve theme.

    For some reason the font at the bottom of the page is different than the rest. I am wondering if it has something to do with the settings for the list?

    I have used the google fonts plugin to change the fonts for the rest of the site and would like to have the same font as the regular paragraph text here.

    Thanks for your help!
    Brittany

Viewing 1 replies (of 1 total)
  • Hello!

    It looks like the font at the bottom is pulling from Twenty Twelve style.css(around line 493).

    body.custom-font-enabled {
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
    }

    If you replace “Open Sans” with your Admina font it should fix the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make the font the same as the rest’ is closed to new replies.