diff --git a/public/css/style.scss b/public/css/style.scss index 0b3986032..871a30710 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=IBM+Plex+Mono&family=Inconsolata&family=Roboto+Mono&family=Source+Code+Pro&display=swap'); :root { --roundness: 0.25rem; @@ -1813,6 +1813,7 @@ key { &.languages, &.layouts, &.keymapLayout, + &.fontFamily, &.funbox { grid-template-columns: 1fr; grid-template-areas: @@ -2333,4 +2334,4 @@ key { .r5 { display: grid; grid-template-columns: 4fr 7.5fr 4fr; -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 07377c06f..d83051a35 100644 --- a/public/index.html +++ b/public/index.html @@ -1123,6 +1123,17 @@
+