UTF-8 characters issue

2 replies·opened Jun 15, 2016
N
nekomimikanJun 15, 2016

Hello!

I just bought your amazing theme and would like to use it with Hungarian content.
However, eventhough the charset is on utf-8, the ű, Ű, ő, Ő characters show up in a weird way.

How can I fix this?

Thank you very much!

Sandy

N
nekomimikanJun 17, 2016

Someone please help

S
SemiColonWebSTAFFJun 17, 2016

Hello,

Google Fonts do not support Latin Extended Characters by default. So you will need to add the &subset=latin-ext query at the end of the Google Fonts Linking URL. Please find the following code on the Page:

<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />

and replace it with:

<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic&subset=latin-ext" rel="stylesheet" type="text/css" />

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard