• Hello,

    I am strating a blog in Slovak language which contains characters from the extended latin alphabet. Unfortunately, the default font (for headlines) doesn’t seem to support these characters. Is there any way to solve this issue? Can I change the default font somehow to one which supports the extended Latin alphabet?

    Thank you,
    Julia

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    @kuszkusz Hi Julia – do you know which font you’d like to use? If it’s a Google Font, you can use a plugin to bring the font into your site, and some custom CSS to target the elements whose font you want to change.

    For example, this custom CSS would change the font of all your headings:

    h1, h2, h3, h4, h5, h6 {
        font-family: "Your Font Name", "Your Backup Font", sans-serif;
    }

    If you need further help, let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘In need of extended latin font’ is closed to new replies.