mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
605f9abf96
Issue #3437
27 lines
776 B
Plaintext
27 lines
776 B
Plaintext
<config copy="yes" paste="yes">
|
|
<vfs>
|
|
<rom name="Vera.ttf"/>
|
|
<rom name="VeraMono.ttf"/>
|
|
<dir name="fonts">
|
|
<dir name="title">
|
|
<ttf name="regular" path="/Vera.ttf" size_px="18" cache="256K"/>
|
|
</dir>
|
|
<dir name="text">
|
|
<ttf name="regular" path="/Vera.ttf" size_px="14" cache="256K"/>
|
|
</dir>
|
|
<dir name="annotation">
|
|
<ttf name="regular" path="/Vera.ttf" size_px="11" cache="256K"/>
|
|
</dir>
|
|
<dir name="monospace">
|
|
<ttf name="regular" path="/VeraMono.ttf" size_px="14" cache="256K"/>
|
|
</dir>
|
|
</dir>
|
|
</vfs>
|
|
|
|
<!-- policy when using this file as fonts-fs config -->
|
|
<default-policy root="/fonts" />
|
|
|
|
<!-- color definition when this file is used as terminal config -->
|
|
<palette> <color index="0" value="#1c2232"/> </palette>
|
|
</config>
|