You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, font-weight declarations are parsed successfully. However, when trying to write the parsed CSS to a file, these declarations are printed as floats (e.g. font-weight: 400.0) which is ignored by several modern browsers. I believe these need to be printed without the .0 in order for the browser to correctly interpret them.
The text was updated successfully, but these errors were encountered:
I did several experiments but i am not able to reproduce this issue. I always obtain font-weight: 400. Could you provide some details how the result is printed, an example of the input file etc.?
Currently, font-weight declarations are parsed successfully. However, when trying to write the parsed CSS to a file, these declarations are printed as floats (e.g. font-weight: 400.0) which is ignored by several modern browsers. I believe these need to be printed without the .0 in order for the browser to correctly interpret them.
The text was updated successfully, but these errors were encountered: