summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-19 16:11:43 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-19 16:11:43 +0300
commitf83e26963ec72c4c57133efd6598a5e0a35a3769 (patch)
treef65c60b7cf20758732baa71199dfe4910a74d837 /style.css
parent966a7f5f75c5ef09b340b1e6b719486491522519 (diff)
downloadeug-vs-xyz-f83e26963ec72c4c57133efd6598a5e0a35a3769.tar.gz
feat: use local font instead of remote
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index f100eaf..b6f5b7d 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,7 @@
+@font-face {
+ font-family: "Bitter";
+ src: url(/public/fonts/Bitter-Regular.woff) format("truetype");
+}
html {
font-family: "Open Sans", sans-serif;
color: #ebdbb2;