It wasn't loading the font

This commit is contained in:
Firepup Sixfifty 2023-10-09 14:36:35 -05:00
parent 67c1060f59
commit ad8287ba4c

View file

@ -2,10 +2,7 @@
@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;
src: url('/fonts/SourceCodePro.ttf');
}
html, body {