mirror of
https://github.com/Mikaela/cv.git
synced 2025-10-19 01:17:25 +02:00
css: copy fonts from mikaela.github.io
This commit is contained in:
parent
b40bd30f01
commit
ed91a5c0f0
@ -4,20 +4,22 @@
|
|||||||
|
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Our variables
|
// Our font definitions. I know system-ui is generally sans-serif, but I
|
||||||
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
|
// consider that lesser evil than not letting the client OS choose its
|
||||||
serif, emoji;
|
// preferred font.
|
||||||
$sans-serif-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial",
|
$serif-font-family: ui-serif, system-ui, serif, "Noto Emoji",
|
||||||
sans-serif;
|
"Noto Color Emoji", emoji;
|
||||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine,
|
$sans-serif-font-family: ui-sans-serif, system-ui, sans-serif, "Noto Emoji",
|
||||||
"Courier New", monospace, emoji;
|
"Noto Color Emoji", emoji;
|
||||||
// Must be in the end or undefined error.
|
$monospace-font-family: ui-monospace, monospace, "Noto Emoji",
|
||||||
$base-font-family: $serif-font-family;
|
"Noto Color Emoji", emoji;
|
||||||
|
// Must be in the end under threat of undefined variable error.
|
||||||
|
$base-font-family: $sans-serif-font-family;
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: dark light !important;
|
color-scheme: light dark !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user