Skip to content

Commit

Permalink
Merge pull request #8 from PaulAdamDavis/google-fonts
Browse files Browse the repository at this point in the history
Use Open Sans & Merriweather
  • Loading branch information
JohnONolan committed Jan 17, 2015
2 parents 4fc0b03 + 1b9426d commit 92cc73d
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 69 deletions.
77 changes: 9 additions & 68 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,98 +54,39 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'Gibson';
src: url("../fonts/gibson.eot");
src: url("../fonts/gibson.eot?#iefix") format("embedded-opentype"),
url("../fonts/gibson.woff") format("woff");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'Gibson';
src: url("../fonts/gibson-semibold.eot");
src: url("../fonts/gibson-semibold.eot?#iefix") format("embedded-opentype"),
url("../fonts/gibson-semibold.woff") format("woff");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: 'Gibson';
src: url("../fonts/gibson-semibold-italic.eot");
src: url("../fonts/gibson-semibold-italic.eot?#iefix") format("embedded-opentype"),
url("../fonts/gibson-semibold-italic.woff") format("woff");
font-weight: bold;
font-style: italic
}
@font-face {
font-family: 'FiloPro';
src: url("../fonts/filo-pro.eot");
src: url("../fonts/filo-pro.eot?#iefix") format("embedded-opentype"),
url("../fonts/filo-pro.woff") format("woff");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'FiloPro';
src: url("../fonts/filo-pro-regular-italic.eot");
src: url("../fonts/filo-pro-regular-italic.eot?#iefix") format("embedded-opentype"),
url("../fonts/filo-pro-regular-italic.woff") format("woff");
font-weight: normal;
font-style: italic
}
@font-face {
font-family: 'FiloPro';
src: url("../fonts/filo-pro-bold.eot");
src: url("../fonts/filo-pro-bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/filo-pro-bold.woff") format("woff");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: 'FiloPro';
src: url("../fonts/filo-pro-bold-italic.eot");
src: url("../fonts/filo-pro-bold-italic.eot?#iefix") format("embedded-opentype"),
url("../fonts/filo-pro-bold-italic.woff") format("woff");
font-weight: bold;
font-style: italic
}

body {
font-family: "Gibson", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
font-family: "Open Sans", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
}
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 {
font-family: "Gibson", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
}
body article time, body article>.meta, body article>header .count, body .post-footer, body article>footer h4, body article .text, body article .text blockquote {
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
font-family: "Open Sans", "Helvetica Neue", "Helvetica-Neue", helvetica, sans-serif
}
body.serif {
font-family: "FiloPro", "Georgia", "Times New Roman", serif
font-family: "Merriweather", "Georgia", "Times New Roman", serif
}
body.serif>header h1, body.serif>footer, body.serif>footer h4, body.serif #post_nav {
font-family: "FiloPro", "Georgia", "Times New Roman", serif
font-family: "Merriweather", "Georgia", "Times New Roman", serif
}
body.serif>a.btn.nav {
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
padding-top: 16px;
padding-bottom: 14px
}
body.serif>a.btn.nav.next span {
margin-top: 2px
}
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 {
font-family: "FiloPro", "Georgia", "Times New Roman", serif
font-family: "Merriweather", "Georgia", "Times New Roman", serif
}
body.serif article .text {
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
font-size: 17px
}
body.serif article .text blockquote {
font-family: "FiloPro", "Georgia", "Times New Roman", serif
font-family: "Merriweather", "Georgia", "Times New Roman", serif
}
body.serif article>menu #btn_comment {
font-family: "FiloPro", "Georgia", "Times New Roman", serif;
font-family: "Merriweather", "Georgia", "Times New Roman", serif;
font-size: 13px
}
body.serif article>menu #btn_comment span {
Expand Down
Binary file removed assets/fonts/filo-pro-bold-italic.eot
Binary file not shown.
Binary file removed assets/fonts/filo-pro-bold-italic.woff
Binary file not shown.
Binary file removed assets/fonts/filo-pro-bold.eot
Binary file not shown.
Binary file removed assets/fonts/filo-pro-bold.woff
Binary file not shown.
Binary file removed assets/fonts/filo-pro-regular-italic.eot
Binary file not shown.
Binary file removed assets/fonts/filo-pro-regular-italic.woff
Binary file not shown.
Binary file removed assets/fonts/filo-pro.eot
Binary file not shown.
Binary file removed assets/fonts/filo-pro.woff
Binary file not shown.
Binary file removed assets/fonts/gibson-light.eot
Binary file not shown.
Binary file removed assets/fonts/gibson-light.woff
Binary file not shown.
Binary file removed assets/fonts/gibson-semibold-italic.eot
Binary file not shown.
Binary file removed assets/fonts/gibson-semibold-italic.woff
Binary file not shown.
Binary file removed assets/fonts/gibson-semibold.eot
Binary file not shown.
Binary file removed assets/fonts/gibson-semibold.woff
Binary file not shown.
Binary file removed assets/fonts/gibson.eot
Binary file not shown.
Binary file removed assets/fonts/gibson.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="shortcut icon" href="{{asset "favicon.ico"}}">

{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic|Open+Sans:400italic,700italic,700,400">
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />

{{! Ghost outputs important style and meta data with this tag }}
Expand Down

0 comments on commit 92cc73d

Please sign in to comment.