change monospace font for the millionth time

This commit is contained in:
2024-12-04 18:14:26 +00:00
parent c56e564fa3
commit 7c690e1b1b
3 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -11,18 +11,18 @@ $background-color: black;
}
@font-face {
font-family: 'Iosevka';
font-family: 'IBM Plex Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Iosevka'),
url("#{$font-path}/Iosevka-Regular.woff2") format('woff2');
src: local('IBM Plex Mono'),
url("#{$font-path}/ibm-plex-mono-latin-400-normal.woff2") format('woff2');
}
body {
background-color: $background-color;
color: $primary-color;
font-family: 'Iosevka', monospace;
font-family: 'IBM Plex Mono', monospace;
}
::selection {