Change default font to serif
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 11:35:43 +0000 (13:35 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 6 Feb 2014 11:35:43 +0000 (13:35 +0200)
css/themes/cerulean.css
css/themes/cosmo.css
css/themes/cyborg.css
css/themes/slate.css

index 92780b6f2652a9dfc24590bf3e9f5080424dc32c..149ca7511b03b612cda4b4889796058e7bd528d3 100644 (file)
@@ -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;
index 396a585041f12e633a8b1a798a07206d369eb659..99be7570b6e5ac8fe55702a99f18d421d5fe1cc4 100644 (file)
@@ -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;
index 46a8fa2ab40359411b110b2ed0aa927ae05bdfca..5038cc7aafd5e5856c295ff2826577937cfad5d5 100644 (file)
@@ -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;
index 8e3d6fe7141e664d8ddb38a4dbc0bd9c3c8fcc2b..767b6febe918f2d576121baa48e57428f93cb73d 100644 (file)
@@ -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;
This page took 0.017802 seconds and 4 git commands to generate.