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:
parent
c5d3a9170f
commit
b7dbe249d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue