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