From a6c7bd54f601234b5066e3602f95009e025b1203 Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 16 Jul 2024 19:56:05 +0100 Subject: [PATCH] style: import poppins font --- index.html | 3 +++ styles.css | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/index.html b/index.html index 7bf17cd..42870a4 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,9 @@ + + + diff --git a/styles.css b/styles.css index 354f076..6ba766c 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,9 @@ +body { + font-family: "Poppins", sans-serif; + font-weight: 400; + font-style: normal; +} + @media only screen and (min-width: 800px) { /* For bigger than phones */ #post-container {