mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 12:19:19 -05:00
13 lines
237 B
SCSS
13 lines
237 B
SCSS
$root-font-size: 100%;
|
|
$font-family: Arial;
|
|
$font-family-fallback: sans-serif;
|
|
$font-size: 1rem;
|
|
$font-weight: 400;
|
|
|
|
$line-height: 1.5em;
|
|
|
|
$font-family-code: 'Courier New';
|
|
$font-family-code-fallback: monospace;
|
|
|
|
$grid-container: 48rem;
|