diff --git a/public/fonts/SourceCodePro.ttf b/public/fonts/SourceCodePro.ttf new file mode 100644 index 0000000..b1fa336 Binary files /dev/null and b/public/fonts/SourceCodePro.ttf differ diff --git a/public/styles/style.css b/public/styles/style.css index e634f45..dfd6313 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -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%; @@ -87,4 +95,4 @@ a:has(button) { -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; -} \ No newline at end of file +}