fix font style
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "Mojangles";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("/mojangles-ascii.woff2");
|
||||
unicode-range: U+0000-007F;
|
||||
}
|
||||
|
||||
:root {
|
||||
font: 1rem / 1.5 sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user