Make font-weight-variables generic

The imported font weights for both Klavika and Open Sans are the same,
so the weights can be used to style both fonts
This commit is contained in:
Jason Costello 2017-02-23 15:41:28 -08:00
parent c5d3a9170f
commit b7dbe249d5
1 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ $primary-button-color: #48b4fb;
$font-family-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-klavika: "klavika-web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace;
$font-weight-open-sans-l: 300;
$font-weight-open-sans-reg: 400;
$font-weight-open-sans-b: 600;
$font-weight-open-sans: $font-weight-open-sans-reg;
$font-weight-l: 300;
$font-weight-reg: 400;
$font-weight-b: 600;
$font-weight-xb: 700;