summaryrefslogtreecommitdiff
path: root/src/loading
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-09-30 22:46:03 +0200
committerLaurenz <laurmaedje@gmail.com>2021-09-30 22:50:14 +0200
commit2818ceee44a523308d83643b8d2f921b4a5e5d2e (patch)
tree7578dd2e354e64c0265cc6e736828e5803d38762 /src/loading
parent30f302f7ffc464b41f1ac3b6d8fc6b4214835549 (diff)
New default fonts
Diffstat (limited to 'src/loading')
-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"),