Skip to content

Commit

Permalink
Reverse the order of fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 13, 2015
1 parent 5abd33d commit a1ec0db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap-jinja/assets/css/theme.css
Expand Up @@ -178,7 +178,7 @@ article.post-micro {
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
font-family: Junicode, Garamond, serif;
font-family: Garamond, Junicode, serif;
}

article .entry-title a[href]:after,
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap/assets/css/theme.css
Expand Up @@ -178,7 +178,7 @@ article.post-micro {
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
font-family: Junicode, Garamond, serif;
font-family: Garamond, Junicode, serif;
}

article .entry-title a[href]:after,
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3-jinja/assets/css/theme.css
Expand Up @@ -179,7 +179,7 @@ article.post-micro {
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
font-family: Junicode, Garamond, serif;
font-family: Garamond, Junicode, serif;
}

article .entry-title a[href]:after,
Expand Down
2 changes: 1 addition & 1 deletion nikola/data/themes/bootstrap3/assets/css/theme.css
Expand Up @@ -179,7 +179,7 @@ article.post-micro {
/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
font-family: Junicode, Garamond, serif;
font-family: Garamond, Junicode, serif;
}

article .entry-title a[href]:after,
Expand Down

0 comments on commit a1ec0db

Please sign in to comment.