From dbaa19db1d328d86c0a8ee2f1e6df440a6ed8730 Mon Sep 17 00:00:00 2001 From: dacappo Date: Tue, 15 May 2018 23:07:06 +0200 Subject: [PATCH] [Font] Switch paragraph font from Valera Round to Source Sans Pro --- css/style.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index ff089e3..225963e 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,7 @@ body { background-image: url("../images/wooden-table-bg.jpg"); background-position: top; background-size: auto 100%; - font-family: 'Varela Round',sans-serif; + font-family: 'Source Sans Pro', sans-serif; color: #353535; font-size: 12px } @@ -113,8 +113,8 @@ a { } .title { + font-family: 'Ubuntu',sans-serif; font-style: italic; - font-weight: 800; color:#0D597B; } diff --git a/index.html b/index.html index d895d73..180cf60 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - +