🆙 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
+4
View File
@@ -4,6 +4,10 @@
background-position: center;
background-repeat: no-repeat;
outline: 0;
image-rendering: -webkit-optimize-contrast !important;
image-rendering: -moz-crisp-edges !important;
image-rendering: crisp-edges !important;
image-rendering: pixelated !important;
}
.nitro-icon:hover {
+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;