添加monospace字体

This commit is contained in:
hanhh
2021-06-08 21:48:31 +08:00
parent 5989be7f25
commit b6042c7e46
5 changed files with 601 additions and 0 deletions
+11
View File
@@ -1,4 +1,15 @@
@import '~@/styles/variable.less';
@font-face {
font-family: 'monospace';
src: url('../assets/fonts/monospace.eot?') format('eot'),
url('../assets/fonts/monospace.woff') format('woff'),
url('../assets/fonts/monospace.ttf') format('truetype'),
url('../assets/fonts/monospace.svg#monospace') format('svg');
font-weight: normal;
font-style: normal;
}
body {
height: 100%;
overflow-y: hidden;