🆙 Change Font to old school in login screen

This commit is contained in:
duckietm
2026-04-30 10:12:16 +02:00
parent b722903834
commit 38470d6bec
2 changed files with 26 additions and 0 deletions
+22
View File
@@ -1,3 +1,25 @@
@font-face {
font-family: Volter;
font-weight: normal;
font-style: normal;
src: url("@/assets/webfonts/Volter.ttf") format("truetype");
}
@font-face {
font-family: Volter;
font-weight: bold;
font-style: normal;
src: url("@/assets/webfonts/Volter-b.ttf") format("truetype");
}
.nitro-login-view,
.nitro-login-view * {
font-family: Volter, "Volter (Goldfish)", monospace;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: grayscale;
font-smooth: never;
}
.nitro-login-view {
position: fixed;
inset: 0;