Hungarian ő and ű fonts are not showing with proper font

Hi,

We have special characters in Hungarian language. For example: ő and ű

I have checked on Safari (MacOS), iPad, iPhone iOS. It looks good.

One client came back to me and showed that Windows with Chrome does not show proper ő and ű.

Can you please help how to find the right font and change?

Link: www.visitoryacht.hu
Screenshot attached!

Thanks,
Peter

hey Peter

Its coming from the font you re using, there is no problem in the theme :slight_smile:

Best regards

Hi Noda,

It may be my blindness… but can I change the font?

Thanks,
Peter

Hello Peter

You can load any font from Google font, like this:

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

and then apply it to the element you want to have new font:

#header .top-header .header-navigation ul li a {
    font-family: 'Roboto', sans-serif;
}

these codes can be added in appearance > customize > additional css