From: Marius Gavrilescu Date: Mon, 2 Mar 2015 16:58:10 +0000 (+0200) Subject: Update fonts and remove @import from readable.css X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=90bc9e17c33ac70d287b31fefd4ad7f7997b4c09 Update fonts and remove @import from readable.css --- 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;