Skip to content

Commit

Permalink
Update hated fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuncie authored Jun 12, 2017
1 parent e42a4ab commit cba2232
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
@import "{{ site.theme }}";

h1, h2, h3, h4, h5 {
font-family: 'Patrick Hand SC', cursive;
font-family: 'Neucha', cursive;
}

p {
font-family: 'Open Sans', sans-serif;
font-family: 'Overpass', sans-serif;
font-weight: 300;
}

.bannerImage {
Expand Down Expand Up @@ -61,14 +62,14 @@ ul {
> li {
font-size: 30px;
font-weight: bold;
font-family: 'Patrick Hand SC', cursive;
font-family: 'Neucha', cursive;
> ul {
list-style: disc;
padding-left: 50px;
> li {
font-size: 16px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-family: 'Overpass', sans-serif;
}
}
}
Expand Down

0 comments on commit cba2232

Please sign in to comment.