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 --- head.html | 3 --- public/fonts/Bitter-Regular.woff | Bin 0 -> 32460 bytes style.css | 4 ++++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 public/fonts/Bitter-Regular.woff diff --git a/head.html b/head.html index 4955f27..bbc0a2d 100755 --- a/head.html +++ b/head.html @@ -1,4 +1 @@ - - - diff --git a/public/fonts/Bitter-Regular.woff b/public/fonts/Bitter-Regular.woff new file mode 100644 index 0000000..8060e0a Binary files /dev/null and b/public/fonts/Bitter-Regular.woff differ 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