I tried importing a bunch of fonts and they all resulted in CSS security violation and me being unable to style roll template. I followed the rules as laid out in the wiki here: <a href="https://wiki.roll20.net/CSS_Wizardry#Google_Fonts" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Google_Fonts</a> Even the example import statement results in a CSS security violation for me. @ import url ( '<a href="https://fonts.googleapis.com/css?family=Sigmar+One&display=swap" rel="nofollow">https://fonts.googleapis.com/css?family=Sigmar+One&display=swap</a>' );
After removing the @import statement the CSS security violation went away.