• Resolved lovebugcar

    (@lovebugcar)


    Hi, please could you tell me what fonts are used in this theme? In particular the script font in the left panel please?
    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Absolutely….

    The Site Title uses a Google font named: “Playfair Display” and then will use Georgia if Playfair is not found.

    The rest of the text, such as the menu uses a Google font named: “Open Sans“, or sans-serif if the first is not found.

    I have a follow-up question about fonts in this theme, if you’re able to answer it. I’m using the Easy Google Fonts plugin to customize my fonts. It seems to be able to customize the font for every element except blog post titles, but there is an option to create custom font controls by specifying CSS selectors. What would be the correct CSS selector to enter for blog post titles? (LMK if this question makes no sense… I’m just learning what all these things mean…) Thanks!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    @rainydayswithmandy….this might help…

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .entry-title a {
    	font-family: "Playfair Display", sans-serif;
    	color: #424242;
    	font-weight: 400;
    	line-height: 1.2;
    	text-transform: uppercase;
    }

    .entry-title is the class that is applied to the post title and post titles that are links.

    Worked brilliantly! Thanks, Shaped Pixels!

    Cyrillic fonts looks really weird. Some letters are turned 180 degrees. Is there any fix for this?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    @vadikcoma….the forum moderators will probably catch this soon, but it’s best to post your issue as a new topic because this one was set as resolved. Thanks.

    When you post it as a new topic, could you let me know what parts are looking weird as in the titles, main text? I think I might know what the problem might be.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Seasonal Fonts’ is closed to new replies.