mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
🆙 Change Font to old school in login screen
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
outline: 0;
|
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 {
|
.nitro-icon:hover {
|
||||||
|
|||||||
@@ -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 {
|
.nitro-login-view {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user