feat: font

parent 93b629f0
...@@ -5116,6 +5116,11 @@ ...@@ -5116,6 +5116,11 @@
"integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=", "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
"dev": true "dev": true
}, },
"inconsolata": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/inconsolata/-/inconsolata-0.0.2.tgz",
"integrity": "sha1-uqFDP0PUKqHtsmvZ7odzjpKSUOs="
},
"indent-string": { "indent-string": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
...@@ -6165,9 +6170,6 @@ ...@@ -6165,9 +6170,6 @@
"graceful-fs": "4.1.11" "graceful-fs": "4.1.11"
} }
}, },
"layui-layer": {
"version": "git+https://github.com/jumpserver/layer.git#c568876741b64556df9916ed678a6106e1e82899"
},
"lazy-cache": { "lazy-cache": {
"version": "0.2.7", "version": "0.2.7",
"resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz", "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-0.2.7.tgz",
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
"filetree-css": "^1.0.0", "filetree-css": "^1.0.0",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
"inconsolata": "0.0.2",
"jquery": "^3.1.0", "jquery": "^3.1.0",
"jquery-slimscroll": "^1.3.8", "jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0", "jquery-sparkline": "^2.4.0",
......
...@@ -4,9 +4,10 @@ ...@@ -4,9 +4,10 @@
* -------------------------------------------------- * --------------------------------------------------
*/ */
@font-face { @font-face {
font-family: iosevka; font-family: Inconsolata;
src: url('assets/fonts/iosevka-term-ss07-1.13.3/woff2/iosevka-term-ss07-light.woff2') format("woff2"); src: url('assets/fonts/inconsolata.woff') format("woff");
font-weight: normal; font-weight: normal;
font-size: large;
} }
html, html,
...@@ -29,11 +30,11 @@ app-root { ...@@ -29,11 +30,11 @@ app-root {
z-index: -1; z-index: -1;
font-size: 11px !important; font-size: 11px !important;
padding-bottom: 16px !important; padding-bottom: 16px !important;
font-family: 'Monaco', iosevka !important; font-family: 'Monaco', Inconsolata !important;
} }
.terminal { .terminal {
font-family: 'Monaco', iosevka; font-family: 'Monaco', Inconsolata;
font-size: 11px; font-size: 11px;
white-space: nowrap; white-space: nowrap;
display: inline-block; 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