Switched from Hermit to JetBrains Mono (main.scss)
This commit is contained in:
parent
b745e30d94
commit
252c7e68c5
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
* nextDESIGN is a personal web design for mmk2410.org.
|
* nextDESIGN is a personal web design for mmk2410.org.
|
||||||
* The current version (v9) is focused in simplicity and minimalism.
|
* The current version (v9) is focused in simplicity and minimalism.
|
||||||
*
|
*
|
||||||
* 2020 © Marcel Kapfer <opensource@mmk2410.org>
|
* 2020-2021 © Marcel Kapfer <opensource@mmk2410.org>
|
||||||
* Licensed under the MIT License
|
* Licensed under the MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: "Hermit", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
Loading…
Reference in a new issue