Skip to content

Commit

Permalink
Fix font weight on titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 4, 2016
1 parent a3eede1 commit 4079c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ h1 {
h2 {
padding-top: 0;
font-size: 3rem;
font-weight: $font-weight-bold;
line-height: 1.2em;
text-indent: -2px;
letter-spacing: -1px;
Expand Down Expand Up @@ -174,7 +173,6 @@ blockquote > p {
max-width: 640px;
margin: 0 auto;
font-size: 2.8rem;
font-weight: $font-weight-thin;
letter-spacing: 0;
color: $white;
display: inline-block;
Expand Down
8 changes: 1 addition & 7 deletions assets/scss/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,18 +331,12 @@ h2,
h3,
h4 {
color: #242628;
font-weight: $font-weight-normal;
font-weight: $font-weight-bold;
text-rendering: optimizeLegibility;
line-height: 1;
margin-top: 0;
}

h1 {
font-size: 5.5rem;
font-weight: $font-weight-bold;
margin-bottom: 0.35rem;
}

@media (max-width: 800px), (max-width: 800px) {
h1 {
font-size: 4rem;
Expand Down

0 comments on commit 4079c45

Please sign in to comment.