summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-02-12 00:01:29 +0000
committerGitHub <noreply@github.com>2025-02-12 00:01:29 +0000
commitcc2da5ca2d97d80071d041a42e6d05a27ff5acca (patch)
treece84abd4f10f1baf5c987808b97f8a7494bde5ef /public/css
parentfe5d47e46a96c541f1bf472607d4158a9a7c6e18 (diff)
parent227787d28fc91aada6106218fac186f4f5c6269f (diff)
Merge pull request #185 from alifeee/update/remove-google-fonts
remove Google Fonts dependency
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/style.css12
1 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);