From 90bc9e17c33ac70d287b31fefd4ad7f7997b4c09 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 2 Mar 2015 18:58:10 +0200 Subject: [PATCH] Update fonts and remove @import from readable.css --- css/themes/cyborg.css | 2 +- css/themes/readable.css | 3 +-- css/themes/slate.css | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index be713e1..dc80cd2 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -280,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: serif; + font-family: "DejaVu Serif", Georgia, serif; font-size: 14px; line-height: 1.42857143; color: #888888; diff --git a/css/themes/readable.css b/css/themes/readable.css index 5a03b6b..2de3950 100644 --- a/css/themes/readable.css +++ b/css/themes/readable.css @@ -1,4 +1,3 @@ -@import url("//fonts.googleapis.com/css?family=Raleway:400,700"); /*! * bootswatch v3.3.2 * Homepage: http://bootswatch.com @@ -281,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: serif; + font-family: "DejaVu Serif", Georgia, serif; font-size: 16px; line-height: 1.42857143; color: #333333; diff --git a/css/themes/slate.css b/css/themes/slate.css index e095262..ddd8dc9 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.css @@ -280,7 +280,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: serif; + font-family: "DejaVu Serif", Georgia, serif; font-size: 14px; line-height: 1.42857143; color: #c8c8c8; -- 2.39.2