font-picker icon indicating copy to clipboard operation
font-picker copied to clipboard

Standard fonts

Open sergeizhukov opened this issue 4 years ago • 2 comments

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 work fontPicker.addFont('Helvetica'); doesnt work

sergeizhukov avatar Aug 12 '19 15:08 sergeizhukov

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.

samuelmeuli avatar Aug 13 '19 18:08 samuelmeuli

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.

Nadoedalo avatar Sep 14 '19 00:09 Nadoedalo