Skip to content

Commit

Permalink
Use correct weight
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Apr 8, 2019
1 parent c9f84d3 commit 9a95bbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css-compiled/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css-compiled/theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/theme/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
@font-face {
font-family: 'Aileron';
src: url('../fonts/aileron-light-webfont.woff') format('woff');
font-weight: 200;
font-weight: 300;
font-style: normal;
}
2 changes: 1 addition & 1 deletion scss/theme/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html {
}

body {
font-weight: 200;
font-weight: 300;
letter-spacing: 0.015rem;
::selection {
background: $selection-color;
Expand Down

0 comments on commit 9a95bbb

Please sign in to comment.