change monospace font for the millionth time
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user