Restore font typefaces

This commit is contained in:
Evangelos Lamprou 2023-10-19 23:36:44 +02:00
parent 6218262d00
commit b49ee603de

View File

@ -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
]
]