From d219d047f4b4dae42be37df14ecf46b046e91f80 Mon Sep 17 00:00:00 2001 From: Rizky Date: Fri, 25 Oct 2019 16:02:53 +0700 Subject: [PATCH] Change text font Import font --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 5676b59..19837db 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,9 @@ +/* IMPORT FONT SECTION */ + +@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); + body{ + font-family: 'Poppins', sans-serif; text-align: center; vertical-align: middle; }