diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-03-14 20:28:28 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-03-14 20:52:32 +0100 |
| commit | 288a926feae1e73dff5a6b103aa920d6f7eb0f35 (patch) | |
| tree | 186be7eb8260c7a30938bf14c52bbf75e9b40bff /src/loading | |
| parent | 9c7067bce3a4e683411dacc8653976b055570b39 (diff) | |
Knuth-Plass and MicroType
Diffstat (limited to 'src/loading')
| -rw-r--r-- | src/loading/fs.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loading/fs.rs b/src/loading/fs.rs index 3f4a45e1..58f2b1e2 100644 --- a/src/loading/fs.rs +++ b/src/loading/fs.rs @@ -154,6 +154,8 @@ mod tests { paths.sort(); assert_eq!(paths, [ + Path::new("fonts/CMU-Serif-Bold.ttf"), + Path::new("fonts/CMU-Serif-Regular.ttf"), Path::new("fonts/IBMPlexMono-Regular.ttf"), Path::new("fonts/IBMPlexSans-Bold.ttf"), Path::new("fonts/IBMPlexSans-BoldItalic.ttf"), |
