From a99e9725cccb68eb1ff763eee97ba83733ece86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 20 May 2015 17:43:47 +0200 Subject: [PATCH] Remove the open sans font, in addition of being completely self served IMHO Century Gothic is better. fix #205 --- templates/default/file.html | 1 - templates/default/styles/style-base.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/default/file.html b/templates/default/file.html index e25bf87..0982525 100644 --- a/templates/default/file.html +++ b/templates/default/file.html @@ -27,7 +27,6 @@ - diff --git a/templates/default/styles/style-base.css b/templates/default/styles/style-base.css index b15eae2..b92013f 100644 --- a/templates/default/styles/style-base.css +++ b/templates/default/styles/style-base.css @@ -13,7 +13,7 @@ html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { - font-family: 'Open Sans', sans-serif; + font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif; line-height:18px; color: #1c1c1c; /* Lighter on the eyes than #000 Black */ margin: 0px; background: #cccccc; background-size: cover;