forked from Firepup650/firepup-site
It wasn't loading the font
This commit is contained in:
parent
67c1060f59
commit
ad8287ba4c
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue