-
Hi all, I'm trying to adjust the font-weight for some of my text at a precise value of 450. However, it looks like only buckets of 100 get rendered. For example, a value of 449 seems to round down and render as 400, and a value of 450 seems to round up and render as 500. Any ideas how I can override this to use my exact font-weight values? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Feb 18, 2022
Replies: 1 comment
-
Not supported for non-variable fonts, please see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight. There are variable fonts out there that might support this though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sccmcca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not supported for non-variable fonts, please see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight. There are variable fonts out there that might support this though.