Skip to content

Commit

Permalink
Adds font-weight variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin Dimitroff authored and erquhart committed Jul 15, 2019
1 parent dafe405 commit 8c71413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/imports/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
/* Typography */
--font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
--line-height: 1.5;

--font-size: 18px;
--font-size-m: 20px;
--font-size-l: 22px;

--body-font-weight: 400;
--bold-font-weight: 700;

/* Sizing */
--spacing-none: 0;
--spacing-extra-small: .25rem;
Expand Down

0 comments on commit 8c71413

Please sign in to comment.