From ac8b70bc84148c8728214a201336a20221d0dc91 Mon Sep 17 00:00:00 2001 From: Balazs Gobel Date: Thu, 28 Feb 2019 10:49:24 +0100 Subject: [PATCH] Use correct fallback for all fonts --- src/definition/table-format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definition/table-format.js b/src/definition/table-format.js index 00ff555..7fbb71f 100644 --- a/src/definition/table-format.js +++ b/src/definition/table-format.js @@ -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' }, {