diff options
author | Raphael <mail@raphaelkabo.com> | 2025-02-12 00:01:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 00:01:49 +0000 |
commit | cdad18c612cb4db5ca4961d2656baea468e4853d (patch) | |
tree | c43893072213ecef4db593d8ea3159d3fcdd64ae | |
parent | d803bc21dce5f207243b7bca749b6ffc924cfd3f (diff) | |
parent | cc2da5ca2d97d80071d041a42e6d05a27ff5acca (diff) |
Merge branch 'main' into update/installation-docs
-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 |