Remove patch to load Redox system fonts, as fontdb does it now

This commit is contained in:
Jeremy Soller 2024-01-03 09:34:34 -07:00
parent bd5f2f95e8
commit 5f4bc87ccf

View file

@ -167,9 +167,6 @@ impl FontSystem {
#[cfg(not(target_arch = "wasm32"))]
let now = std::time::Instant::now();
#[cfg(target_os = "redox")]
db.load_fonts_dir("/ui/fonts");
db.load_system_fonts();
for source in fonts {