mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
css/main.scss: delegate font sizes to the browser
This commit is contained in:
parent
d81f3c7d97
commit
1917a63b64
6
css/main.scss
vendored
6
css/main.scss
vendored
@ -7,8 +7,10 @@
|
||||
// Our variables
|
||||
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
$base-font-size: 16px;
|
||||
$small-font-size: $base-font-size * 0.875;
|
||||
//$base-font-size: 16px;
|
||||
$base-font-size: revert;
|
||||
//$small-font-size: $base-font-size * 0.875;
|
||||
$small-font-size: revert;
|
||||
$base-line-height: 1.5;
|
||||
|
||||
$spacing-unit: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user