Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Standard fonts #14

Open
sergeizhukov opened this issue Aug 12, 2019 · 2 comments
Open

Standard fonts #14

sergeizhukov opened this issue Aug 12, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@sergeizhukov
Copy link

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

@samuelmeuli samuelmeuli added the enhancement New feature or request label Aug 13, 2019
@samuelmeuli
Copy link
Owner

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.

@Nadoedalo
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants