• Resolved mettzed

    (@mettzed)


    Hi, I have to thank you for your super and free theme Hueman. I like it at all. But after all I have one problem. I’m form Czech republic and we use characters like ? ? ? ? y á í é ě. Your webfont are only in Latin, not Latin Extended script. So I ask you, do you have these webfonts in latin extended version? I tried download that, renamed it to same names as yours files but it still doesn’t work. Can you help me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Titillium Web does not exist in Latin Extended as far as I know, so I would recommend changing to for example Open Sans via google fonts.

    https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans

    You need: Light 300, Light 300 Italic, Normal 400, Normal 400 Italic and Semi-Bold 600. So that would be:

    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>

    Place the code they give you there in header.php, inside of the head tag, and then add this to your custom css:

    body, input, textarea, button, select, label { font-family: "Open Sans", Arial, sans-serif; }

    And you’ll have Open Sans instead.

    If you don’t want to add a custom font to header.php, you can also just add this to your css and nothing more, to change to Arial, as an example:

    body, input, textarea, button, select, label { font-family: Arial, sans-serif; }

    You may also want to remove line 325 to line 378 in style.css to not load the Titillium Web, to increase the speed of the site, as you will no longer be using those.

    Thread Starter mettzed

    (@mettzed)

    Thanks for your support ??
    But I’ve founded this page https://fontpro.com/titillium-web-font-16148
    and as I see there is latin extended version.
    Do you thing that can work with your theme?

    Thread Starter mettzed

    (@mettzed)

    I tried put this code `<link href=’https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600&subset=latin,latin-ext&#8217; rel=’stylesheet’ type=’text/css’>
    ` into header.php and it works. What is your opinion on website speed? Should I use google font api or force web browser to load fonts from my site?

    Nice! Well, Google fonts should work just fine! Thanks for sharing the solution.

    One of the reason I used the self-hosted solution is because google fonts optimize the fonts a bit too much at times, so Titillium looked slightly different in Chrome (still fine in Firefox etc).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Web font type – Latin Extended’ is closed to new replies.