Remove Dependency on Google Fonts

This commit is contained in:
Firepup Sixfifty 2023-10-09 14:24:16 -05:00
parent 83722f95a5
commit 9ba2e25041
2 changed files with 10 additions and 2 deletions

Binary file not shown.

View file

@ -1,4 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); */
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: url(/fonts/SourceCodePro.ttf) format('ttf');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
html, body {
height: 100%;