Update fonts and remove @import from readable.css
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 2 Mar 2015 16:58:10 +0000 (18:58 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 2 Mar 2015 16:58:10 +0000 (18:58 +0200)
css/themes/cyborg.css
css/themes/readable.css
css/themes/slate.css

index be713e15490a96879131c1075e24a0d2a1afcf77..dc80cd21580fbf36af33902653b0ab1a3e751362 100644 (file)
@@ -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;
index 5a03b6ba036a25de494b685942a946fda41a48fe..2de3950999b374400bed1a78a8a87fb43b437bb3 100644 (file)
@@ -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;
index e0952626d7ec869cac41049b58abb1e514583b6a..ddd8dc98cb25e73ba04db5dafa976d75aa4bd19b 100644 (file)
@@ -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;
This page took 0.015045 seconds and 4 git commands to generate.