summaryrefslogtreecommitdiff
path: root/src/loading/fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/loading/fs.rs')
-rw-r--r--src/loading/fs.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/loading/fs.rs b/src/loading/fs.rs
index fc49d6b5..34d8e9b5 100644
--- a/src/loading/fs.rs
+++ b/src/loading/fs.rs
@@ -157,12 +157,12 @@ mod tests {
paths.sort();
assert_eq!(paths, [
- Path::new("fonts/EBGaramond-Bold.ttf"),
- Path::new("fonts/EBGaramond-BoldItalic.ttf"),
- Path::new("fonts/EBGaramond-Italic.ttf"),
- Path::new("fonts/EBGaramond-Regular.ttf"),
- Path::new("fonts/Inconsolata-Bold.ttf"),
- Path::new("fonts/Inconsolata-Regular.ttf"),
+ Path::new("fonts/IBMPlexMono-Regular.ttf"),
+ Path::new("fonts/IBMPlexSans-Bold.ttf"),
+ Path::new("fonts/IBMPlexSans-BoldItalic.ttf"),
+ Path::new("fonts/IBMPlexSans-Italic.ttf"),
+ Path::new("fonts/IBMPlexSans-Regular.ttf"),
+ Path::new("fonts/IBMPlexSerif-Regular.ttf"),
Path::new("fonts/LatinModernMath.otf"),
Path::new("fonts/NotoSansArabic-Regular.ttf"),
Path::new("fonts/NotoSerifCJKsc-Regular.otf"),