Temporarily replace monospace font with system monospace font

This commit is contained in:
Sasha Koshka 2022-08-11 23:13:43 -05:00
parent 14c85a62f2
commit 6fe5448b47
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
:root {
--fonts-override: Ubuntu !important;
--fonts-monospace: Ubuntu Mono Ligaturized !important;
--fonts-monospace: monospace !important;
--is-dark-theme: true;
--textured-background: url("https://tebibyte.media/blog/assets/tib_bg.jpg");