Add fallback font

This commit is contained in:
LilyRose2798 2025-07-16 10:14:59 +10:00
parent d19cb1086e
commit 15e2d9d2a9

View file

@ -2,7 +2,10 @@ pub const app_element_id = "app"
pub const model_element_id = "model"
pub const font_family_style = #("font-family", "Maple Mono, monospace")
pub const font_family_style = #(
"font-family",
"Maple Mono, Comic Code, monospace",
)
pub const error_color = "#ff7083"