System/Core/Compositor: Set defaults for TrueType font categories
This commit is contained in:
parent
6b09ccabb6
commit
b01e1171a3
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ U0 @truetype_init_fonts()
|
||||||
de = de->next;
|
de = de->next;
|
||||||
}
|
}
|
||||||
DirTreeDel(font_files);
|
DirTreeDel(font_files);
|
||||||
|
Fonts->set("sans-serif", Fonts->@("Free Sans"), JSON_NUMBER);
|
||||||
|
Fonts->set("serif", Fonts->@("Free Serif"), JSON_NUMBER);
|
||||||
|
Fonts->set("monospace", Fonts->@("Free Mono"), JSON_NUMBER);
|
||||||
}
|
}
|
||||||
|
|
||||||
@truetype_init_fonts;
|
@truetype_init_fonts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue