diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 5d753b1..8e9b817 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -107,10 +107,15 @@ main = , body = [ view model |> layout - [ Font.family - [ Font.typeface "monospace" - , Font.typeface "Apple Color Emoji" - ] + [ Font.family + [ Font.typeface "system-ui" + , Font.typeface "-apple-system" + , Font.typeface "BlinkMacSystemFont" + , Font.typeface "Segoe UI" + , Font.typeface "Roboto" + , Font.typeface "Helvetica" + , Font.typeface "Arial" + , Font.sansSerif , clipX ] ]