-
Couldn't load subscription status.
- Fork 22.9k
Fix the font-format example #41691
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
base: main
Are you sure you want to change the base?
Fix the font-format example #41691
Conversation
|
Preview URLs Flaws (15)URL:
External URLs (2)URL:
(comment last updated: 2025-10-28 13:02:52) |
|
@pepelsbey Thanks for these changes, and your patience! :-) I can't approve this PR via the Github interface, but this looks good to me 👍 |
| ### Testing for the support of a font technology | ||
|
|
||
| The following example applies the CSS style if the browser supports the `COLRv1` font technology: | ||
| The following example applies the [Bungee Spice](https://fonts.google.com/specimen/Bungee+Spice) color font if the browser supports the `COLRv1` font technology: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For later: might be interesting to look at using something from shared assets repo instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TY!
Description
@supports font-formatexample to fix the mistake.Motivation
srcis a descriptor exclusive to@font-face, not a property that can be set.Additional details
Initially reported on Mastodon by @RoelN