diff options
Diffstat (limited to 'src/style.rs')
| -rw-r--r-- | src/style.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/style.rs b/src/style.rs index 80389919..2a8b6d87 100644 --- a/src/style.rs +++ b/src/style.rs @@ -75,8 +75,10 @@ impl Default for TextStyle { "monospace" => ["source code pro", "noto sans mono"], "math" => ["latin modern math", "serif"], }, - base: ["source sans pro", "noto sans", - "noto emoji", "latin modern math"], + base: [ + "source sans pro", "noto sans", "segoe ui emoji", + "noto emoji", "latin modern math", + ], }, variant: FontVariant { style: FontStyle::Normal, |
