[ui] actually fix absolute path to fonts

feat/vaults
Tomáš Mládek 2022-02-08 11:28:59 +01:00
parent 2a52036850
commit 8531cac459
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@import url("assets/fonts/inter.css");
@import url("../assets/fonts/inter.css");
html {
--default-font: "Inter", sans-serif;