css: use system fonts
This commit is contained in:
parent
59d5a2b893
commit
6161127bb9
|
@ -2,7 +2,9 @@
|
||||||
#
|
#
|
||||||
---
|
---
|
||||||
|
|
||||||
$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: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||||
|
monospace;
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue