diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-04 11:46:04 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-04 11:46:04 +0200 |
| commit | ed4fdcb0ada909f1cc3d7436334e253f0ec14d55 (patch) | |
| tree | 2b9abe7a852a060899ce4aa976391fa8dd9d293b /src/style.rs | |
| parent | dbfb3d2ced91e56314dfabbb4df9a338926c0a7a (diff) | |
Par nodes 🧳
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, |
