Skip to content

Commit

Permalink
Remove webfonts except Roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
treffynnon authored May 9, 2018
1 parent 0f00580 commit 6bfc26e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ html {

body {
margin: 0;
font: 1rem/1.5 "PT Sans", sans-serif;
font: 1rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
color: #333;
}

Expand All @@ -46,14 +46,12 @@ End styles from codeguide.co by @mdo
/*
* Typography
*/
h1 {
h1, h2, h3 {
font-family: 'Roboto Slab', serif;
font-weight: 400;
}

h2 {
font-family: 'Roboto Slab', serif;
font-weight: 400;
border-bottom: 0.25em solid #e2e2e2;
padding-bottom: 0.3em;
}
Expand Down

0 comments on commit 6bfc26e

Please sign in to comment.