passiomatic/elm-designer

Codegen: native font-stack is incorrect

Closed this issue · 0 comments

Native font-stack is emitted incorrectly:

Font.family
    [ Font.typeface "System"
    , Font.typeface "System"
    , Font.typeface "System"
    ]

Instead, this should list all the typefaces in the font stack.