wave
wave copied to clipboard
Missing font weight Semibold (600)
We're missing the font weight Semibold = 600
-
@freenow/wave
version: latest
Relevant code
fontWeight: 'semibold' // not working
What was expected to happen?
It should render the text with font-weight:600
but is bolder than it should
Expected size:
Reproduction
If you can, try to reproduce the issue in a Codesandbox. You can fork the one here: https://codesandbox.io/s/wave-playground-forked-fcv8tm?file=/src/App.js
could you please assign me this task?
I'm considering whether we should include the font in the library 🤔 What is your opinion? I think it removes the whole class of font-loading optimisations which are project-specific
I'm considering whether we should include the font in the library 🤔 What is your opinion? I think it removes the whole class of font-loading optimisations which are project-specific
Including the font within the library may limit the ability to optimize font loading, if the font is to be included in the library, can we provide options for users to choose whether to include it or not?