Remove patch to load Redox system fonts, as fontdb does it now
This commit is contained in:
parent
bd5f2f95e8
commit
5f4bc87ccf
1 changed files with 0 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue