forked from Firepup650/firepup-site
Remove Dependency on Google Fonts
This commit is contained in:
parent
83722f95a5
commit
9ba2e25041
2 changed files with 10 additions and 2 deletions
BIN
public/fonts/SourceCodePro.ttf
Normal file
BIN
public/fonts/SourceCodePro.ttf
Normal file
Binary file not shown.
|
@ -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 {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -87,4 +95,4 @@ a:has(button) {
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
text-fill-color: transparent;
|
text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue