Skip to content

Commit

Permalink
Remove patch to load Redox system fonts, as fontdb does it now
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jan 3, 2024
1 parent 8fc93d9 commit 6abf336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/font/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6abf336

Please sign in to comment.