From f78ea4fbe6aefe35afb1df66348f613c7e207c46 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sat, 15 Sep 2018 16:07:46 -0700 Subject: move font import to CSS --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 60132b1..e2797ce 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700'); + body { color: #eee; background-color: #111; @@ -9,7 +11,7 @@ body { } h1 { - color: #999; + color: #888; font-size: 2em; font-weight: bold; margin: 0.5em 0; -- cgit v1.2.3-70-g09d2