Skip to content

Commit

Permalink
style(mixins): add font mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Sep 11, 2019
1 parent 4246685 commit 48fbeb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@
user-select: none;
cursor: auto;
}

@mixin font-size-26 {
font-family: $brand-font-extra-light;
font-size: 1.625rem;
line-height: 2rem;
letter-spacing: 0.0125rem;
}
@mixin font-size-16 {
font-family: $brand-font-light;
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: 0.01875rem;
}

0 comments on commit 48fbeb9

Please sign in to comment.