Hello
I am building a site for a Vietnamese restaurant and although the site is in English there are a few Vietnamese words throughout in places like the menu, etc. What is the best way to make sure that the Vietnamese fonts display properly, and don’t break the layout editor, please? Thank you :)
Hi webWahine!
Thanks a lot for using Enfold.
Is it please possible for us, to take a look at the web site and maybe the backend also, so we can understand what might be causing the issues?
Cheers!
Basilis
I’m sending you the info in the private field, thanks!
Hi!
refer to this solution: https://kriesi.at/support/topic/how-to-add-custom-font-for-chinese-version-of-site-only/#post-161570
Regards,
Andy
Thanks for that but what I needed was to just have a few words here and there appear with the correct characters. I found the solution; it turns out that a lot of fonts don’t support the special characters, but some do so I created a class in my custom.css – I hope this is helpful for someone else, too.
/* to recognise the vietnamese characters – popular unicode fonts are Times New Roman, Arial, Tahoma, Verdana, Palatino Linotype, Courier New */
.vietnamese {
font-family: ‘Arial’, ‘Palatino Linotype’, ‘Times New Roman’;
}
Then i just called and it worked perfectly :)
Hey!
Glad to know you got things sorted on your end and for posting the solution :)
Please let us know if you ever need any help in the future.
Regards,
Dake