Skip to content

Commit 92cc73d

Browse files
committed
Merge pull request #8 from PaulAdamDavis/google-fonts
Use Open Sans & Merriweather
2 parents 4fc0b03 + 1b9426d commit 92cc73d

18 files changed

+10
-69
lines changed

assets/css/screen.css

Lines changed: 9 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -54,98 +54,39 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
5454
font-weight: normal;
5555
font-style: normal
5656
}
57-
@font-face {
58-
font-family: 'Gibson';
59-
src: url("../fonts/gibson.eot");
60-
src: url("../fonts/gibson.eot?#iefix") format("embedded-opentype"),
61-
url("../fonts/gibson.woff") format("woff");
62-
font-weight: normal;
63-
font-style: normal
64-
}
65-
@font-face {
66-
font-family: 'Gibson';
67-
src: url("../fonts/gibson-semibold.eot");
68-
src: url("../fonts/gibson-semibold.eot?#iefix") format("embedded-opentype"),
69-
url("../fonts/gibson-semibold.woff") format("woff");
70-
font-weight: bold;
71-
font-style: normal
72-
}
73-
@font-face {
74-
font-family: 'Gibson';
75-
src: url("../fonts/gibson-semibold-italic.eot");
76-
src: url("../fonts/gibson-semibold-italic.eot?#iefix") format("embedded-opentype"),
77-
url("../fonts/gibson-semibold-italic.woff") format("woff");
78-
font-weight: bold;
79-
font-style: italic
80-
}
81-
@font-face {
82-
font-family: 'FiloPro';
83-
src: url("../fonts/filo-pro.eot");
84-
src: url("../fonts/filo-pro.eot?#iefix") format("embedded-opentype"),
85-
url("../fonts/filo-pro.woff") format("woff");
86-
font-weight: normal;
87-
font-style: normal
88-
}
89-
@font-face {
90-
font-family: 'FiloPro';
91-
src: url("../fonts/filo-pro-regular-italic.eot");
92-
src: url("../fonts/filo-pro-regular-italic.eot?#iefix") format("embedded-opentype"),
93-
url("../fonts/filo-pro-regular-italic.woff") format("woff");
94-
font-weight: normal;
95-
font-style: italic
96-
}
97-
@font-face {
98-
font-family: 'FiloPro';
99-
src: url("../fonts/filo-pro-bold.eot");
100-
src: url("../fonts/filo-pro-bold.eot?#iefix") format("embedded-opentype"),
101-
url("../fonts/filo-pro-bold.woff") format("woff");
102-
font-weight: bold;
103-
font-style: normal
104-
}
105-
@font-face {
106-
font-family: 'FiloPro';
107-
src: url("../fonts/filo-pro-bold-italic.eot");
108-
src: url("../fonts/filo-pro-bold-italic.eot?#iefix") format("embedded-opentype"),
109-
url("../fonts/filo-pro-bold-italic.woff") format("woff");
110-
font-weight: bold;
111-
font-style: italic
112-
}
11357

11458
body {
115-
font-family: "Gibson", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
59+
font-family: "Open Sans", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
11660
}
11761
body .btn, body>header h1, body article header h1, body>footer .details h4, body .post-footer .details h4, body #share_modal header a.close, body.user article.feature h1 a {
118-
font-family: "Gibson", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
119-
}
120-
body article time, body article>.meta, body article>header .count, body .post-footer, body article>footer h4, body article .text, body article .text blockquote {
121-
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
62+
font-family: "Open Sans", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
12263
}
12364
body.serif {
124-
font-family: "FiloPro", "Georgia", "Times New Roman", serif
65+
font-family: "Merriweather", "Georgia", "Times New Roman", serif
12566
}
12667
body.serif>header h1, body.serif>footer, body.serif>footer h4, body.serif #post_nav {
127-
font-family: "FiloPro", "Georgia", "Times New Roman", serif
68+
font-family: "Merriweather", "Georgia", "Times New Roman", serif
12869
}
12970
body.serif>a.btn.nav {
130-
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
71+
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
13172
padding-top: 16px;
13273
padding-bottom: 14px
13374
}
13475
body.serif>a.btn.nav.next span {
13576
margin-top: 2px
13677
}
13778
body.serif article time, body.serif article>.meta, body.serif article>header h1, body.serif article>header .count, body.serif article.feature h1 a, body.serif .post-footer, body.serif .post-footer h4 {
138-
font-family: "FiloPro", "Georgia", "Times New Roman", serif
79+
font-family: "Merriweather", "Georgia", "Times New Roman", serif
13980
}
14081
body.serif article .text {
141-
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
82+
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
14283
font-size: 17px
14384
}
14485
body.serif article .text blockquote {
145-
font-family: "FiloPro", "Georgia", "Times New Roman", serif
86+
font-family: "Merriweather", "Georgia", "Times New Roman", serif
14687
}
14788
body.serif article>menu #btn_comment {
148-
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
89+
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
14990
font-size: 13px
15091
}
15192
body.serif article>menu #btn_comment span {
-132 KB
Binary file not shown.
-72.8 KB
Binary file not shown.

assets/fonts/filo-pro-bold.eot

-180 KB
Binary file not shown.

assets/fonts/filo-pro-bold.woff

-94.6 KB
Binary file not shown.
-134 KB
Binary file not shown.
-74.6 KB
Binary file not shown.

assets/fonts/filo-pro.eot

-184 KB
Binary file not shown.

assets/fonts/filo-pro.woff

-95.2 KB
Binary file not shown.

assets/fonts/gibson-light.eot

-99.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)