Skip to content

Commit

Permalink
Added a few nicer fallback fonts. Tweaked the smaller layout's h2 and…
Browse files Browse the repository at this point in the history
… h3 sizes.
  • Loading branch information
waferbaby committed Aug 15, 2016
1 parent 488c479 commit d717fa1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions public/stylesheets/screen.css
Expand Up @@ -18,7 +18,7 @@ clear: left;

body {
padding: 50px 30px;
font-family: lato, sans-serif;
font-family: lato, "helvetica neue", helvetica, sans-serif;
font-size: 1.2em;
line-height: 1.6em;
}
Expand Down Expand Up @@ -190,7 +190,7 @@ margin-bottom: 15px;

@media screen and (max-width: 1000px), (max-device-width: 480px) {
body {
font-size: 100%;
font-size: 100%;
}

div#wrapper {
Expand All @@ -212,7 +212,11 @@ margin-bottom: 15px;
}

h2 {
font-size: 210%;
font-size: 200%;
}

h3 {
font-size: 190%;
}

img.detail, img.portrait {
Expand Down

0 comments on commit d717fa1

Please sign in to comment.