Fix fonts

This commit is contained in:
mrjvs
2024-02-07 17:23:49 +01:00
parent 263051a305
commit c0c733ecfc
7 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
@import url("../font.css");
html {
height: 100%;
}
@@ -5,7 +7,6 @@ html {
body {
height: 100%;
max-height: 100%;
font-family: 'Inter', sans-serif;
}
#__plasmo {