🐛 Fix invalid font used in login form on (web platform)
This commit is contained in:
@@ -1,8 +1,24 @@
|
|||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url("../fonts/Geist/Geist-Medium.woff2") format("woff2");
|
||||||
|
font-family: "Geist";
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url("../fonts/Geist/Geist-Bold.woff2") format("woff2");
|
||||||
|
font-family: "Geist";
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
font-family: "Geist";
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
@@ -90,6 +90,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-family: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
&__homeserver {
|
&__homeserver {
|
||||||
grid-area: homeserver;
|
grid-area: homeserver;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user