
Hello! New pro user trying to build out custom character sheets. Having some trouble loading multiple google fonts. Is this not possible or am I missing something? @import url('<a href="https://fonts.googleapis.com/css2?family=Anton&family=Zilla+Slab:wght@400;500;700&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=Anton&family=Zilla+Slab:wght@400;500;700&display=swap</a>'); This seems to break all CSS and layout styling and doesn't load the fonts either. Thought it might be a css2 issue. @import url('<a href="https://fonts.googleapis.com/css?family=Zilla+Slab:wght@400;500;700&family=Anton&display=swap" rel="nofollow">https://fonts.googleapis.com/css?family=Zilla+Slab:wght@400;500;700&family=Anton&display=swap</a>'); @import url('<a href="https://fonts.googleapis.com/css?family=Zilla+Slab&family=Anton&display=swap" rel="nofollow">https://fonts.googleapis.com/css?family=Zilla+Slab&family=Anton&display=swap</a>'); Either of these options only load the first listed font. The other font fails in all cases and loads its fallback. @import url('<a href="https://fonts.googleapis.com/css?family=Zilla+Slab&display=swap" rel="nofollow">https://fonts.googleapis.com/css?family=Zilla+Slab&display=swap</a>'); @import url('<a href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="nofollow">https://fonts.googleapis.com/css?family=Anton&display=swap</a>'); These will work individually (e.g. if I only try one of the lines in my css it works fine). With both fonts the PREVIEW in game settings looks correct and appears to have loaded both fonts correctly. In the roll20 tabletop the font listed FIRST loads properly, but the second one never loads like the other issues. Anything I should be trying or changing? Thank you.