Add text resize feature, and change font of console screen to Hack.

This commit is contained in:
NI
2019-12-12 16:45:55 +08:00
parent aeb339ce49
commit 19473ae161
11 changed files with 250 additions and 41 deletions

View File

@@ -19,6 +19,18 @@
@charset "utf-8";
@import "~hack-font/build/web/hack.css";
#home-content > #home-content-preload-drop::before {
content: " ";
font-family: Hack, monospace;
font-weight: bold;
}
#home-content > #home-content-preload-drop::after {
content: " ";
font-family: Hack, monospace;
}
#home-content > .screen > .screen-screen > .screen-console {
position: relative;
}
@@ -132,4 +144,5 @@
}
#home-content > .screen > .screen-screen > .screen-console > .console-console {
font-family: Hack, monospace;
}