You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed that feature a while ago because Safari no longer allows detecting whether a font is available locally. Therefore, for such a feature, there would need to be an option with which the developer could specify that a font should not be loaded from Google Fonts.
Isn't there are the "web safe fonts" that should be available in every browser?
This probably should be in a different options.categories (like "web-safe") and treated without google font loading since it is probably already present.
These fonts are quite popular and recognizable - they should be on the list.
Hello. I would like to ask how to add the standard fonts as Times New Roma, Tahoma etc?
fontPicker.addFont('Arial');
this is works.fontPicker.addFont('Tahoma');
doesnt workfontPicker.addFont('Helvetica');
doesnt workThe text was updated successfully, but these errors were encountered: