-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to deal with CSS4 font-weight allowing font-weight 1...999? #6
Comments
@davelab6 Yes, we're slowly moving away from using FVD's at Typekit. The replacement is just straight up font-weight, font-style, and font-stretch. |
Okay, cool, thanks for confirming :) |
I'm wondering what we should be moving towards. This convention was great for CSS3 but now that we are building for CSS4 it would be helpful to have a convention to lean on. Is the industry relying on name table norms for style selection or is there a collaboratively developed convention that I'm unaware of that deals with optical sizes, 9+ weights, etc. |
Basically, has a better approach coalesced in the last 4 years than... |
Width is stretch in CSS. GF uses axis tag codes
…On Mon, Aug 24, 2020, 2:47 PM Quinn Keaveney ***@***.***> wrote:
Basically, has a better approach coalesced in the last 4 years than...
font-style=normal&font-weight=425&font-width=511&font-stretch=221
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB73S2YFJOLUIKQ3BLNRFTSCKYV3ANCNFSM4BZUEVMA>
.
|
How to deal with CSS4 font-weight allowing font-weight 1...999?
Over in google/fonts#20 a Google Fonts user suggested that Google Fonts adopt this, but with CSS4 in mind, it seems fvd wouldn't work well in the CSS4 future.
The text was updated successfully, but these errors were encountered: