mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
main.scss: I could also use font-family revert
This commit is contained in:
parent
1917a63b64
commit
7efdd63051
3
css/main.scss
vendored
3
css/main.scss
vendored
@ -5,7 +5,8 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
//$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||||||
|
$base-font-family: revert;
|
||||||
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
//$base-font-size: 16px;
|
//$base-font-size: 16px;
|
||||||
$base-font-size: revert;
|
$base-font-size: revert;
|
||||||
|
Loading…
Reference in New Issue
Block a user