mirror of
https://github.com/Mikaela/cv.git
synced 2025-02-20 15:30:40 +01:00
assets/main.scss: what happened to using variables? also system fonts
This commit is contained in:
parent
cdc5f02a57
commit
8012ac4eb9
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
|
$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 }}";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@ -14,7 +19,6 @@
|
|||||||
// box-sizing: border-box !important;
|
// box-sizing: border-box !important;
|
||||||
color: revert !important;
|
color: revert !important;
|
||||||
background-color: revert !important;
|
background-color: revert !important;
|
||||||
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif !important;
|
|
||||||
//margin: auto !important;
|
//margin: auto !important;
|
||||||
// line-height: 1.2 !important;
|
// line-height: 1.2 !important;
|
||||||
// A4 paper
|
// A4 paper
|
||||||
@ -31,7 +35,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…
x
Reference in New Issue
Block a user