I am exploring what fallback font is, working under an article about Aspose.Slides product. I am curious to know how would someone explain what is fallback font, like I am five!😀🤔
Please, explain me in comments!👇
I am exploring what fallback font is, working under an article about Aspose.Slides product. I am curious to know how would someone explain what is fallback font, like I am five!😀🤔
Please, explain me in comments!👇
For further actions, you may consider blocking this person and/or reporting abuse
Sukhpinder Singh -
Lucas Chitolina -
Chris Jarvis -
Alexander Shagov -
Top comments (3)
So basically fallback fonts are used when the current font isn't available. For example, if your CSS selector looked like this:
The website will basically parse this as:
As soon as it finds a font which is available, it will stop. So if Helvetica was available, it would simply stop there and show that font.
Final fallback's should always be generic types, e.g.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.