mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-03 08:42:37 +01:00
css: use system fonts
This commit is contained in:
parent
db36e6bc86
commit
cb0f4603a4
@ -3,7 +3,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
@charset "utf-8";
|
@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 }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
@ -29,7 +31,6 @@ a {
|
|||||||
|
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
|
|
||||||
font-size: 0.8em !important;
|
font-size: 0.8em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user