feat: font change

parent 0600934f
......@@ -36,7 +36,6 @@
"filetree-css": "^1.0.0",
"font-awesome": "4.7.0",
"handlebars": "^4.0.11",
"inconsolata": "0.0.2",
"intl": "1.2.5",
"jquery": "3.2.1",
"jquery-slimscroll": "^1.3.8",
......
......@@ -3,14 +3,6 @@
* Style tweaks
* --------------------------------------------------
*/
@font-face {
font-family: Inconsolata;
src: url('assets/fonts/inconsolata.woff') format("woff");
font-weight: normal;
font-size: large;
}
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
......@@ -31,12 +23,12 @@ app-root {
z-index: -1;
font-size: 11px !important;
padding-bottom: 16px !important;
font-family: 'Monaco', Inconsolata !important;
font-family: 'Monaco', 'Consolas' !important;
color: white;
}
.terminal {
font-family: 'Monaco', Inconsolata;
font-family: 'Monaco', 'Consolas' !important;
font-size: 11px;
white-space: nowrap;
display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment