Temporarily replace monospace font with system monospace font

This commit is contained in:
Sasha Koshka 2022-08-11 23:13:43 -05:00 committed by emma
parent e8432feee5
commit a581b9f4a8
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");