From 730e8db58beb6cd67dfbcdebf269aa5d115f5fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Tue, 16 Jan 2018 18:50:51 +0100 Subject: [PATCH] Changed the body font to Overpass to match the header --- index.html | 2 ++ style.css | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 75b30dc..a83f51e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ + + Tuned project diff --git a/style.css b/style.css index b2cd25c..8017416 100644 --- a/style.css +++ b/style.css @@ -4,10 +4,11 @@ body { line-height: 1.6; font-size: 18px; color: #333; - padding: 0 10px + padding: 0 10px; + font-family: 'Overpass', sans-serif; } h1, h2, h3 { - line-height: 1.2 + line-height: 1.2; }