Remove src/css/fonts.scss

No need to declare the fonts in CSS.
Handled by loader.ts
This commit is contained in:
0x1eef 2023-03-10 09:23:14 -03:00
parent ecd498942e
commit b8ab4d2559
2 changed files with 0 additions and 19 deletions

View file

@ -1,17 +0,0 @@
@font-face {
font-family: "Vazirmatn Regular";
src: url('/fonts/vazirmatn-regular.ttf') format('truetype');
font-display: block;
}
@font-face {
font-family: "Kanit Regular";
src: url('/fonts/kanit-regular.ttf') format('truetype');
font-display: block;
}
@font-face {
font-family: "Roboto Mono Regular";
src: url('/fonts/roboto-mono-regular.ttf') format('truetype');
font-display: block;
}

View file

@ -82,5 +82,3 @@ body .root .content ul.body {
body .root .content ul.body.scroll-y {
overflow-y: auto;
}
@import "fonts";