New build site, set up with the Starter Stack.
The font style, font weight, and letter spacing CSS is being generated incorrectly:
New build site, set up with the Starter Stack.
The font style, font weight, and letter spacing CSS is being generated incorrectly:
I will have a fix for the letter-spacing one in the next release.
For the second I’m not having it output an invalid value. Is this an adobe or custom font? Is the font manager enabled? In Dev Tools > Theme Options, searching for Family, what is the value for the headings font family?
Thanks have a great day!
It’s not actually the font family that is the issue here, as it is the font-style
/ font-weight
line that is broken, maybe just missing a ;
at the end of the font-style
line?
Oh good catch. Yeah that’s a problem. I will have both these issues fixed in a release next week.