~alterae/alterae.srht.site

c880e31d467e72df86314bbff8d49f2150252df3 — Michelle S 2 years ago 4c6809c
Use system monospace font

Now the site is smaller and doesn't step on people's configs.  It's also
less thematically consistent but honestly I am not sure it matters.
5 files changed, 1 insertions(+), 15 deletions(-)

M sass/style.scss
D static/jetbrainsmono-italic-variablefont_wght-webfont.woff
D static/jetbrainsmono-italic-variablefont_wght-webfont.woff2
D static/jetbrainsmono-variablefont_wght-webfont.woff
D static/jetbrainsmono-variablefont_wght-webfont.woff2
M sass/style.scss => sass/style.scss +1 -15
@@ 1,17 1,3 @@
@font-face {
  font-family: "JetBrains Mono";
  src: url("/jetbrainsmono-variablefont_wght-webfont.woff2") format("woff2"),
    url("/jetbrainsmono-variablefont_wght-webfont.woff") format("woff");
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/jetbrainsmono-italic-variablefont_wght-webfont.woff2")
      format("woff2"),
    url("/jetbrainsmono-italic-variablefont_wght-webfont.woff") format("woff");
  font-style: italic;
}

@media (prefers-color-scheme: dark) {
  :root {
    background-color: black;


@@ 28,7 14,7 @@
}

:root {
  font: 13px "JetBrains Mono", monospace;
  font: 13px monospace,monospace;
}

* {

D static/jetbrainsmono-italic-variablefont_wght-webfont.woff => static/jetbrainsmono-italic-variablefont_wght-webfont.woff +0 -0
D static/jetbrainsmono-italic-variablefont_wght-webfont.woff2 => static/jetbrainsmono-italic-variablefont_wght-webfont.woff2 +0 -0
D static/jetbrainsmono-variablefont_wght-webfont.woff => static/jetbrainsmono-variablefont_wght-webfont.woff +0 -0
D static/jetbrainsmono-variablefont_wght-webfont.woff2 => static/jetbrainsmono-variablefont_wght-webfont.woff2 +0 -0