We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43cc03 commit c4a8d52Copy full SHA for c4a8d52
redoxer.sh
@@ -25,4 +25,4 @@ redoxer exec \
25
--gui \
26
--folder . \
27
/bin/sh -c \
28
- "ln -s /ui/fonts /usr/share/fonts && ${cmd}"
+ "${cmd}"
src/font/system/std.rs
@@ -46,6 +46,9 @@ impl FontSystem {
46
#[cfg(not(target_arch = "wasm32"))]
47
let now = std::time::Instant::now();
48
49
+ #[cfg(target_os = "redox")]
50
+ db.load_fonts_dir("/ui/fonts");
51
+
52
db.load_system_fonts();
53
54
for source in fonts {
0 commit comments