From: Marius Gavrilescu Date: Thu, 6 Feb 2014 11:35:43 +0000 (+0200) Subject: Change default font to serif X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=5ab7adadc5d72e6bd8a19ced0c508df2775d9958 Change default font to serif --- diff --git a/css/themes/cerulean.css b/css/themes/cerulean.css index 92780b6..149ca75 100644 --- a/css/themes/cerulean.css +++ b/css/themes/cerulean.css @@ -272,7 +272,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 1.42857143; color: #555555; diff --git a/css/themes/cosmo.css b/css/themes/cosmo.css index 396a585..99be757 100644 --- a/css/themes/cosmo.css +++ b/css/themes/cosmo.css @@ -1,4 +1,3 @@ -@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"); /*! * Bootswatch v3.1.0 * Homepage: http://bootswatch.com @@ -273,7 +272,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Open Sans", Calibri, Candara, Arial, sans-serif; + font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 1.42857143; color: #333333; diff --git a/css/themes/cyborg.css b/css/themes/cyborg.css index 46a8fa2..5038cc7 100644 --- a/css/themes/cyborg.css +++ b/css/themes/cyborg.css @@ -1,4 +1,3 @@ -@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700"); /*! * Bootswatch v3.1.0 * Homepage: http://bootswatch.com @@ -273,7 +272,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 1.42857143; color: #888888; diff --git a/css/themes/slate.css b/css/themes/slate.css index 8e3d6fe..767b6fe 100644 --- a/css/themes/slate.css +++ b/css/themes/slate.css @@ -272,7 +272,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 1.42857143; color: #c8c8c8;