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
Binary file not shown.
Binary file not shown.
+4 -4
View File
@@ -11,18 +11,18 @@ $background-color: black;
} }
@font-face { @font-face {
font-family: 'Iosevka'; font-family: 'IBM Plex Mono';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: local('Iosevka'), src: local('IBM Plex Mono'),
url("#{$font-path}/Iosevka-Regular.woff2") format('woff2'); url("#{$font-path}/ibm-plex-mono-latin-400-normal.woff2") format('woff2');
} }
body { body {
background-color: $background-color; background-color: $background-color;
color: $primary-color; color: $primary-color;
font-family: 'Iosevka', monospace; font-family: 'IBM Plex Mono', monospace;
} }
::selection { ::selection {