Replies: 1 comment
-
My mistake. Gotta use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having trouble with font file loading. I have:
@theme { --font-logo: "Milonga"; }
and@font-face { ...; src: url("/fonts/Milonga-Regular.ttf") format("ttf"); }
to theapp.css
file.class="font-logo"
to the element I want.import '../app..css';
to the .svelte files.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions