-
Notifications
You must be signed in to change notification settings - Fork 679
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
[css-conditional-4] Specific font families? #2139
Comments
For the use-case that fonts may have different sizes, you can probably try |
Yes, it is big impact for privacy of users. Please do not add it. |
This is related to #4497 See also the Privacy section in CSS Fonts 4:
|
Closing because adding a fast, Flash-like way to test for thousands of installed fonts as a fingerprinting vector is the last thing we want to do. |
(Adding privacy tracker just so PING know we won't be doing this) |
Would it be feasible to add the ability to use
@supports
for checking if particular font-families available?For instance something like:
The main use-case for this would be improving (and indeed testing, by misspelling) typography for fallbacks. This is especially useful for fonts that have very different sizes by default, in which changing the font could make the layout look odd. This could also be useful if the fallback font is showing while a webfont is being loaded.
The text was updated successfully, but these errors were encountered: