
Hi, I am currently trying my fist steps with custom character sheet creation and I saw the option to include Google fonts in these release notes: <a href="https://app.roll20.net/forum/post/8138438/release-note-for-february-18-2020" rel="nofollow">https://app.roll20.net/forum/post/8138438/release-note-for-february-18-2020</a> . I am using the Custom Sheet Sandbox and when I put the following line at the beginning of my CSS file @import url ( '<a href="https://fonts.googleapis.com/css2?family=Nunito|Montserrat|Oswald&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=Nunito|Montserrat|Oswald&display=swap</a>' ) ; it breaks the style sheets altogether and I get the following error message in the browser's console: ["@import ", index: 0, input: "@import url('<a href="https://fonts.googleapis.com/css2?fam…↵" rel="nofollow">https://fonts.googleapis.com/css2?fam…↵</a> color:blue;↵}↵↵↵↵ ↵ ↵ ↵↵↵↵↵↵↵↵↵↵↵↵↵↵↵↵", groups: undefined] instrument.ts:129 Potential CSS security violation; character sheet template styling thrown out. Any ideas?