tChanged text font to droid sans - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 2fd8498bca7a3179ac8f214eb0ee780cd640f759
(DIR) parent 7c11301168d81a9554f5f0cb56d42f00661f6daa
(HTM) Author: Willy Goiffon <willy@mailoo.org>
Date: Wed, 30 Oct 2013 14:10:36 +0100
Changed text font to droid sans
Diffstat:
M css/monochrome.css | 16 ++++++++++------
M css/phone.css | 8 --------
2 files changed, 10 insertions(+), 14 deletions(-)
---
(DIR) diff --git a/css/monochrome.css b/css/monochrome.css
t@@ -20,8 +20,8 @@
}
@font-face {
- font-family: 'Not Courrier Sans';
- src: url(/css/fonts/not-courrier-sans.otf);
+ font-family: droid;
+ src: url(/css/fonts/droid.ttf);
font-weight: normal;
font-style: normal;
}
t@@ -33,7 +33,7 @@ body {
color: #888;
padding: 0;
margin: 0;
- font-family: archivo, sans-serif;
+ font-family: droid, sans-serif;
font-size: 90%;
}
t@@ -80,6 +80,10 @@ article {
/* }}} */
/* Titles and headers {{{ */
+h1, h2, h3, h4, h5, h6 {
+ font-family: archivo, sans-serif;
+}
+
h1, h3 {
color: #fff;
text-shadow: 2px 2px 2px #000;
t@@ -90,7 +94,7 @@ h2 {
color: #666;
display: inline;
font-weight: normal;
- font-size: 100%;
+ font-size: 120%;
}
header h1 {
t@@ -100,12 +104,12 @@ header h1 {
}
section h1 {
- font-size: 150%;
+ font-size: 170%;
}
section h3 {
display: block;
- font-size:120%;
+ font-size:150%;
}
/* }}} */
(DIR) diff --git a/css/phone.css b/css/phone.css
t@@ -8,14 +8,6 @@
*/
/* Overall style {{{ */
-body {
- font-size: 90%;
-}
-
-#wrapper {
- margin: auto;
-}
-
section h2 {
display: inline;
}