1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-05-03 13:17:36 +02:00

main.scss: use Comic Shanns Mono for monospace

This commit is contained in:
Aminda Suomalainen 2025-04-11 10:30:42 +03:00
parent 118bdde45c
commit 43050c3010
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -14,8 +14,9 @@ $sans-serif-font-family:
"Noto Sans", Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji", "Noto Sans", Arimo, sans-serif, "Noto Emoji", "Noto Color Emoji",
"Segoe UI Emoji", emoji; "Segoe UI Emoji", emoji;
$monospace-font-family: $monospace-font-family:
ui-monospace, "Roboto Mono", "Segoe UI Mono", "Noto Mono", Cousine, "Comic Shanns Mono", ui-monospace, "Roboto Mono", "Segoe UI Mono",
monospace, "Noto Emoji", "Noto Color Emoji", "Segoe UI Emoji", emoji; "Noto Mono", Cousine, monospace, "Noto Emoji", "Noto Color Emoji",
"Segoe UI Emoji", emoji;
// Must be in the end under threat of undefined variable error. // Must be in the end under threat of undefined variable error.
$base-font-family: $sans-serif-font-family; $base-font-family: $sans-serif-font-family;
@ -33,6 +34,11 @@ $base-font-family: $sans-serif-font-family;
font-weight: normal; font-weight: normal;
font-style: italic; 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");
}
@import "{{ site.theme }}"; @import "{{ site.theme }}";