• Helo and thx for last answer. I have one more question – this theme use google fonts? I have problem with polish letters. They are not display with Raleway font, but in other. Probably with Arial or something like that. How to fix it? And how to change animation of the little bar over read the post text? Thx for patient : ) Great Theme : )

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, the following CSS will change the site’s font to Arial:

    body,
    input {
      font-family: Arial, sans-serif !important;
    }

    If the visitor doesn’t have Arial on their machine, it will fallback to their default sans-serif font.

    For the read more text, the following CSS will remove the animated underline:

    .more-link:after {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘One more problem.’ is closed to new replies.