Heigvd / Wegas

A Web Game Authoring System coded in Java and Javascript for rapid development of serious games without programming skills.
https://wegas.albasim.ch
MIT License
28 stars 15 forks source link

Using unknown font in theme skips fallback fonts and uses browser instead #1914

Open TehAwol opened 1 year ago

TehAwol commented 1 year ago

If an invalid or unknown font is used in the theme, the default browser font is applied instead of the fallback. E.g. using "Asdf" as first font and "Arial" as fallback, Times New Roman (or browser default font) will be applied instead.