From 74bdaff8b2d72e4ee9d18988debe749ec078d0c1 Mon Sep 17 00:00:00 2001 From: Tiffany Date: Mon, 27 Aug 2018 13:52:04 -0400 Subject: [PATCH] Update website.css --- en/styles/website.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/en/styles/website.css b/en/styles/website.css index 7e368ef..413f121 100644 --- a/en/styles/website.css +++ b/en/styles/website.css @@ -1,9 +1,12 @@ /* page background */ body { background-color: #F1F1F1; font-size: 14px;} +/* importing google font - heading */ +@import 'https://fonts.googleapis.com/css?family=Quicksand'; + /* heading fonts */ -h1 { font-size: 52px; font-family: "Helvetica", sans-serif; font-weight: 400;} -h2 { font-size: 42px; font-family: "Helvetica", sans-serif; font-weight: 400;} -h3 { font-size: 32px; font-family: "Helvetica", sans-serif; font-weight: 400;} +h1 { font-size: 52px; font-family: "Quicksand", sans-serif; font-weight: 400;} +h2 { font-size: 42px; font-family: "Quicksand", sans-serif; font-weight: 400;} +h3 { font-size: 32px; font-family: "Quicksand", sans-serif; font-weight: 400;} /* body font */p { font-family: "Helvetica", sans-serif; font-weight: 200; font-size: 14px; }