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 {