From f83e26963ec72c4c57133efd6598a5e0a35a3769 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 19 Apr 2022 16:11:43 +0300 Subject: feat: use local font instead of remote --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') 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; -- cgit v1.2.3