Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Custom web fonts fallback #101

Open
agnieszkakowalska opened this issue Oct 25, 2017 · 2 comments
Open

Custom web fonts fallback #101

agnieszkakowalska opened this issue Oct 25, 2017 · 2 comments
Assignees

Comments

@agnieszkakowalska
Copy link

Hi, I have a question from my client. He is asking about the custom web fonts that can be used in editor:
Not all clients support web fonts. Which font will be depicted if client is not allowed to use customised font?

@smiska
Copy link

smiska commented Oct 26, 2017

Hi,
In the API dashboard you can define the fallback fonts for the custom fonts: you would provide the fallback font's name after the custom font's name, like this: 'Sedgwick Ave', cursive (where Sedgwick Ave is the custom font, cursive is the fallback font.

If you don't provide a fallback font name and the custom font is not available in the given email client, it can apply the defined style from the body element or the user agent style sheet if there's a targeted style defined for an element.

This default fallback value may vary based on the operating system and the email client.

@smiska smiska self-assigned this Oct 26, 2017
@agnieszkakowalska
Copy link
Author

Thank you @smiska for your fast reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants