add fonts

This commit is contained in:
Philipp Kühn
2020-04-18 17:14:31 +02:00
parent bf001d22c1
commit 3df9d6dffc
9 changed files with 10 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -168,3 +168,13 @@
// url("~@/assets/fonts/Inter-BlackItalic.woff") format("woff"),
// ;
// }
@font-face {
font-family: 'Fira Code';
font-style: normal;
font-weight: 500;
src:
url("~@/assets/fonts/FiraCode-Medium.woff2") format("woff2"),
url("~@/assets/fonts/FiraCode-Medium.woff") format("woff"),
;
}