Dawn theme - Font weights not working for Work Sans

Hello, I am using this to import all the font weight for Work Sans -

@import url(‘https://fonts.googleapis.com/css?family=WorkSans:100,200,300,400,500,600,700,800,900’);

I paste this with theme.liquid before . And tried base.liquid with no success.

It does not seem to be working… Only 100, 400, and 600 are working. I know Work Sans is very capable of all from 100 to 900 should work, but they are not.

How can I get this code to import the weights properly?

Thanks

Hello @xnyjyh :waving_hand:

In theme.liquid, try adding this code before


Hope that helps!

Weird, did it, and still only 100, 400, 600 work. i need 500 to work!