css: use system-ui font
This commit is contained in:
parent
5f29848ecc
commit
bd132c248c
|
@ -2,7 +2,9 @@
|
|||
#
|
||||
---
|
||||
|
||||
$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
$base-font-family: system-ui, "Liberation Sans", Arimo, Arial, sans-serif;
|
||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||
monospace;
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
|
|
Loading…
Reference in New Issue