mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 13:31:00 +01:00
assets/main.scss: permit usage of system fonts
This commit is contained in:
parent
e542e0c9f8
commit
943735a2d3
@ -5,9 +5,10 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
$base-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman", serif;
|
||||||
$monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||||
//$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
monospace;
|
||||||
|
//$base-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
|
|
||||||
// CSS of used Jekyll theme
|
// CSS of used Jekyll theme
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user