fix(waybay): Use correct font in style

This commit is contained in:
Olaf Alexander 2024-10-31 08:08:59 -05:00
parent 40db9b2c9d
commit 4eca3ce829

View File

@ -1,8 +1,8 @@
@import "mocha.css";
* {
font-family: "Monofur Nerd Font Bold";
font-size: 16px;
font-family: "Monofur Nerd Font";
font-size: 18px;
min-height: 0;
font-weight: bold;
}