From 5ab7adadc5d72e6bd8a19ced0c508df2775d9958 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 6 Feb 2014 13:35:43 +0200 Subject: [PATCH] Change default font to serif --- css/themes/cerulean.css | 2 +- css/themes/cosmo.css | 3 +-- css/themes/cyborg.css | 3 +-- css/themes/slate.css | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) 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; -- 2.39.2