Google font stylesheet element is html encoded
In ISO I'm hitting the export to HTML button, and seeing stylesheet element for the googlefont showing up in the rendered output.
In the source, I see it's getting html encoded.
meta name="generator" content="Compositor Iso"/><link rel='stylesheet' href='https://fonts.googleapis.com/css?family=PT+Serif'>
Everything else is fine, just that element.
This is on [email protected] and [email protected]
Thanks! It looks like Iso might not be recognizing the tag without the closing /> for JSX. Can you try adding the closing part to see if that works? I'm not sure how to reproduce this, but could you share a code snippet from the .jsx file if that doesn't work?
The project is using both iso and lab; the google font link is being added by some automagic, I've not included a link to it in my iso codes.
Of note, I used the font stack select in lab to select PT Serif, so my theme.json has this for the fonts property
{
"fonts": [
"\"PT Serif\", serif"
],
/* and the rest */
}