Can you give an example how the font family of text element can be changed? This API only handle detecting the site’s current language being used but not changing the font family.
Hello! Probably, it’s possible to apply different fonts for each language in Wix Studio by using a small script that detects the current language and applies specific fonts dynamically.
Here’s a workaround you can try:
Go to Site Settings → Custom Code and paste the following script into the <head> section (set it to load on all pages):