mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
main.scss: allow fallback to emoji fonts
This commit is contained in:
parent
45c131d300
commit
f0462342c3
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: ui-serif, system-ui, "Liberation Serif", Tinos,
|
$base-font-family: ui-serif, system-ui, "Liberation Serif", Tinos,
|
||||||
"Times New Roman", serif;
|
"Times New Roman", serif, emoji;
|
||||||
//$base-font-family: ui-sans-serif, system-ui, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
//$base-font-family: ui-sans-serif, system-ui, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||||
monospace;
|
monospace, emoji;
|
||||||
|
|
||||||
// CSS of used Jekyll theme
|
// CSS of used Jekyll theme
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
Loading…
Reference in New Issue
Block a user