diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-12 00:01:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 00:01:29 +0000 |
commit | cc2da5ca2d97d80071d041a42e6d05a27ff5acca (patch) | |
tree | ce84abd4f10f1baf5c987808b97f8a7494bde5ef | |
parent | fe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff) | |
parent | 227787d28fc91aada6106218fac186f4f5c6269f (diff) |
Merge pull request #185 from alifeee/update/remove-google-fonts
remove Google Fonts dependency
-rwxr-xr-x | public/css/style.css | 12 | ||||
-rw-r--r-- | public/fonts/fredoka-v14.woff2 | bin | 0 -> 28976 bytes |
2 files changed, 11 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 3321090..8bc0caa 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,5 +1,15 @@ /* TYPOGRAPHY */ -@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap"); +@font-face { + font-family: "Fredoka"; + font-style: normal; + font-weight: 300 700; + font-stretch: 100%; + font-display: swap; + src: url("/fonts/fredoka-v14.woff2") format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, + U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, + U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} body { color: var(--color--black); diff --git a/public/fonts/fredoka-v14.woff2 b/public/fonts/fredoka-v14.woff2 Binary files differnew file mode 100644 index 0000000..7467d56 --- /dev/null +++ b/public/fonts/fredoka-v14.woff2 |