I am working on building a character sheet for Never Tell Me The Odds, and I am trying to incorporate the import of Google Fonts. Whenever I include an import statement, whether or not I use the font, most (if not all) of the CSS is ignored when the sheet displays in the launched game. I am also not seeing a lot of the changes in the Preview pane, but that is another issue. Here is the CSS - pretty simple at present: @import url('<a href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=Bangers&display=swap</a>'); .sheet-altfont {font-family: 'Bangers','Shadows Into Light', Arial;} .sheet-sheettitle, .sheet-sectionheader {text-align:center;padding:20px 0px;} .sheet-sectionheader {font-size: 24px;font-weight: bold;} .sheet-fieldlabel {font-weight:bold;font-size:14px;} .sheet-selectsmall {width:65px;} .sheet-selectmid {width: 130px;}