Skip to content

Commit

Permalink
feat(css): improve alternative fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Jan 12, 2017
1 parent a21ba6a commit d76a071
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/client/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ body {

h1 {
display: inline-block;
font-family: Roboto, 'Segoe UI', Arial, serif;
font-family: Roboto, 'Segoe UI', Times, serif;
font-size: 2.8em;
font-weight: 600;
margin: 0 8px 0 10px;
min-width: 300px;
}

h2 {
font-family: Arial, 'Segoe UI', serif;
font-family: 'Segoe UI', Arial, serif;
font-size: 1.5em;
font-weight: 500;
}

p {
Expand Down

0 comments on commit d76a071

Please sign in to comment.