Add fallback font
This commit is contained in:
parent
d19cb1086e
commit
15e2d9d2a9
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue