mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
css: use system fonts
This commit is contained in:
parent
db36e6bc86
commit
cb0f4603a4
@ -3,7 +3,9 @@
|
||||
---
|
||||
|
||||
@charset "utf-8";
|
||||
$base-font-family: "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||
$base-font-family: ui-sans-serif, "Liberation Sans", Arimo, Arial, sans-serif;
|
||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||
monospace;
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
@ -29,7 +31,6 @@ a {
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
|
||||
font-size: 0.8em !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user