Remove unused font

This commit is contained in:
Antonio Scandurra 2024-01-24 13:05:55 +01:00
parent e4604ebedf
commit e3157f7212
5 changed files with 0 additions and 98 deletions

View file

@ -2705,11 +2705,6 @@ mod tests {
.unwrap()
.to_vec()
.into(),
Assets
.load("fonts/plex/IBMPlexSans-Regular.ttf")
.unwrap()
.to_vec()
.into(),
])
.unwrap();
let themes = ThemeRegistry::default();