From 0ad709c9f372f1c3ba551232b851fc10cbc13a0a Mon Sep 17 00:00:00 2001 From: ulith Date: Tue, 28 Jan 2025 01:59:31 +1300 Subject: [PATCH] made sure the font is used >:3 baka,, --- static/rot/rot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/rot/rot.css b/static/rot/rot.css index 2cb4699a..8ef6f376 100644 --- a/static/rot/rot.css +++ b/static/rot/rot.css @@ -93,7 +93,7 @@ input:checked ~ .mutecheck:hover::before { .volume-button-dwn, .volume-button-up { display: unset; - font-family: "Arimo"; + font-family: "Arimo" !important; font-size: 24px; text-align: center; color: var(--icon);