Replacing var
This commit is contained in:
parent
f581e4f943
commit
e9b4149503
1 changed files with 2 additions and 1 deletions
|
|
@ -117,10 +117,11 @@ $theme-colors: (
|
|||
$body-color: $gray-600;
|
||||
|
||||
//Fonts
|
||||
$font-family-sans-serif: "UrbanistRegular", Roboto, Arial, sans-serif;
|
||||
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
||||
monospace;
|
||||
// stylelint-enable value-keyword-case
|
||||
$font-family-base: UrbanistRegular, Roboto, Arial, sans-serif;
|
||||
$font-family-base: $font-family-sans-serif;
|
||||
$font-family-code: $font-family-monospace;
|
||||
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue