• Hey creator,
    very big kudos to you for this theme. you have a good taste.
    Yet I have small le*problem. I would like to change content input font, since the one theme is using does not support my language “Lithuanian”.
    I have not found the solution how to do this from Theme editor files.
    Thank you.

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

    (@bensibley)

    Glad you like the theme ??

    To change the font, check out the Easy Google Fonts plugin: https://www.ads-software.com/plugins/easy-google-fonts/

    That will allow you to choose a new font for the site that supports all the characters you need. I know the Noto Sans and Noto Serif font families both have a very diverse set of characters and will probably work well.

    Thread Starter UnoBomber

    (@unobomber)

    Thnak you for you answer. I have changed all theme font via css to ones that work, but couldnt manage to change input area font. Ok, thx, ill try goodle plugin.

    Theme Author Ben Sibley

    (@bensibley)

    Oh I see, I didn’t realize you already had a new font added. The inputs just require “more specific” CSS.

    Try adding an !important tag like this:

    input,
    textarea {
      font-family: sans-serif !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing content input fonts’ is closed to new replies.