From f2f6fd9c6d0e0518157d46958a6d2b0627792568 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 21 Apr 2018 17:31:31 +0200 Subject: [PATCH] Remove external font When loading the website for the first time 3 of 7 request and 32 KB of 42 KB are just for the font. --- css/main.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/main.sass b/css/main.sass index 695be710..dd09c794 100644 --- a/css/main.sass +++ b/css/main.sass @@ -3,7 +3,6 @@ --- @charset "utf-8" -@import url(https:\/\/fonts.googleapis.com/css?family=Oxygen:400,300) @import url(monokai.css) body @@ -11,7 +10,7 @@ body color: #424247 display: flex flex-direction: column - font-family: Oxygen, sans + font-family: sans font-size: 14pt line-height: 1.4 margin: 0