mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-13 19:38:01 +02:00
main.scss: use Comic Shanns Mono too
This commit is contained in:
parent
2af8b3a14c
commit
abcf53fa69
@ -14,8 +14,9 @@ $sans-serif-font-family:
|
||||
"Noto Sans", Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji",
|
||||
"Segoe UI Emoji", emoji;
|
||||
$monospace-font-family:
|
||||
ui-monospace, "Roboto Mono", "Segoe UI Mono", "Noto Mono", Cousine, monospace,
|
||||
"Noto Emoji", "Noto Color Emoji", "Segoe UI Emoji", emoji;
|
||||
"Comic Shanns Mono", ui-monospace, "Roboto Mono", "Segoe UI Mono",
|
||||
"Noto Mono", Cousine, monospace, "Noto Emoji", "Noto Color Emoji",
|
||||
"Segoe UI Emoji", emoji;
|
||||
// Must be in the end under threat of undefined variable error.
|
||||
$base-font-family: $sans-serif-font-family;
|
||||
|
||||
@ -33,6 +34,11 @@ $base-font-family: $sans-serif-font-family;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Comic Shanns Mono";
|
||||
src: url("https://raw.githubusercontent.com/jesusmgg/comic-shanns-mono/refs/heads/master/fonts/ComicShannsMono-Regular.otf")
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
// CSS of used Jekyll theme
|
||||
@import "{{ site.theme }}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user