diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-01 13:07:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-02 10:39:45 +0100 |
| commit | 072e7c710c763904ad3ee72cfb05252f9f0d3929 (patch) | |
| tree | dd2ffa3f4a086ef823a9a0776dddeda5777c7b14 /src/loading/fs.rs | |
| parent | 8ccb7d6f15a2fbb44247c143b3dd821e44e0d6eb (diff) | |
Reduce namespace pollution
Diffstat (limited to 'src/loading/fs.rs')
| -rw-r--r-- | src/loading/fs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/loading/fs.rs b/src/loading/fs.rs index 34d8e9b5..ed544ba7 100644 --- a/src/loading/fs.rs +++ b/src/loading/fs.rs @@ -169,6 +169,7 @@ mod tests { Path::new("fonts/NotoSerifHebrew-Bold.ttf"), Path::new("fonts/NotoSerifHebrew-Regular.ttf"), Path::new("fonts/PTSans-Regular.ttf"), + Path::new("fonts/Roboto-Regular.ttf"), Path::new("fonts/TwitterColorEmoji.ttf"), ]); } |
