auto download required fonts
This commit is contained in:
parent
eca72c7293
commit
4630ecd137
4 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,12 @@
|
|||
@import url('https://fonts.cdnfonts.com/css/jetbrains-mono-2');
|
||||
@font-face {
|
||||
font-family: 'Iosevka';
|
||||
src: url('../fonts/Iosevka-Regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'AcPlus IBM VGA 9x16';
|
||||
src: url('../fonts/AcPlus_IBM_VGA_9x16.ttf') format('truetype');
|
||||
}
|
||||
|
||||
:root {
|
||||
// --font-family: "Pixel Code", monospace;
|
||||
|
|
BIN
assets/fonts/AcPlus_IBM_VGA_9x16.ttf
Normal file
BIN
assets/fonts/AcPlus_IBM_VGA_9x16.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Iosevka-Regular.woff2
Normal file
BIN
assets/fonts/Iosevka-Regular.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue