From 6847cad1ce50658fc7fe90c0393ebfc62bdb9b52 Mon Sep 17 00:00:00 2001 From: James Corley-Goldberg Date: Tue, 5 Aug 2025 12:27:36 -0400 Subject: [PATCH] Fix: add macos compatible fallback fonts for textarea (#64) Co-authored-by: lscambo13 <32175188+lscambo13@users.noreply.github.com> --- Theme/ElegantFin-theme-nightly.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index f12bae9..a354c96 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2888,7 +2888,7 @@ div[data-role=controlgroup] a.ui-btn-active { } .emby-textarea { - font-family: consolas; + font-family: consolas, monaco, monospace; } .emby-select-withcolor, @@ -3600,4 +3600,4 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child { .remoteControlContent { padding: 0 var(--sidePadding) !important; -} \ No newline at end of file +}