• Hi Newbie here

    I am testing a basic site created using a Twenty Eleven Child theme.
    The Home page is using a sidebar template & the other pages use showcase template. The problem is fonts look different on each template, how can i get them to be the same?

    site – http://www.mchpictures.co.uk

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by fonts look different, can you illustrate a specific example between two pages?

    Thread Starter mattharris

    (@mattharris)

    Thanks for the quick reply.
    If you switch between the Home page & any of the other pages, the font on the Home page seems smaller than any of the other pages.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s a style that increases the font size by 1px on those other pages and to apply that style to the Home page add this to your Child Theme style.css file:

    .entry-content {
     font-size: 16px;
    }

    Thread Starter mattharris

    (@mattharris)

    Thanks.
    Is it possible to reduce the size of the font on the other pages to match the home page?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Template Fonts’ is closed to new replies.