add fonts

This commit is contained in:
2023-02-11 20:06:03 +00:00
parent 6b6af5f505
commit b2dd3b075c
50 changed files with 398 additions and 0 deletions

13
fonts/source_code_pro.css Normal file
View File

@@ -0,0 +1,13 @@
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: url(./fonts/Source_Code_Pro/SourceCodePro-VariableFont_wght.ttf) format('ttf');
}
@font-face {
font-family: 'Source Code Pro';
font-style: italic;
font-weight: 400;
src: url(./fonts/Source_Code_Pro/SourceCodePro-Italic-VariableFont_wght.ttf) format('ttf');
}