Use correct fallback for all fonts

This commit is contained in:
Balazs Gobel
2019-02-28 10:49:24 +01:00
parent 85228412cc
commit ac8b70bc84

View File

@@ -126,7 +126,7 @@ const tableFormat = {
label: 'Comic Sans MS'
},
{
value: 'MS Sans Serif, serif',
value: 'MS Sans Serif, -apple-system, sans-serif',
label: 'MS Sans Serif'
},
{