lfs-ru/pdf/config.xml

82 lines
3.1 KiB
XML

<fop version="1.0">
<renderers>
<renderer mime="application/pdf">
<fonts>
<!-- register a particular font -->
<font kerning="yes"
embed-url="file:///fonts/PT-Astra-Serif/pt-astra-serif_regular.ttf"
encoding-mode="auto">
<font-triplet name="serif" style="normal" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/PT-Astra-Serif/pt-astra-serif_bold.ttf"
encoding-mode="auto">
<font-triplet name="serif" style="normal" weight="bold"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/PT-Astra-Serif/pt-astra-serif_italic.ttf"
encoding-mode="auto">
<font-triplet name="serif" style="italic" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/PT-Astra-Serif/pt-astra-serif_bold-italic.ttf"
encoding-mode="auto">
<font-triplet name="serif" style="italic" weight="bold"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Liberation/LiberationSans-Regular.ttf"
encoding-mode="auto">
<font-triplet name="Symbol" style="normal" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Liberation/LiberationSans-Bold.ttf"
encoding-mode="auto">
<font-triplet name="Symbol" style="normal" weight="bold"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Liberation/LiberationSans-Italic.ttf"
encoding-mode="auto">
<font-triplet name="Symbol" style="italic" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Liberation/LiberationSans-BoldItalic.ttf"
encoding-mode="auto">
<font-triplet name="Symbol" style="italic" weight="bold"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Roboto_Mono/RobotoMono-Regular.ttf"
encoding-mode="auto">
<font-triplet name="monospace" style="normal" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Roboto_Mono/RobotoMono-Bold.ttf"
encoding-mode="auto">
<font-triplet name="monospace" style="normal" weight="bold"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Roboto_Mono/RobotoMono-Italic.ttf"
encoding-mode="auto">
<font-triplet name="monospace" style="italic" weight="normal"/>
</font>
<font kerning="yes"
embed-url="file:///fonts/Roboto_Mono/RobotoMono-BoldItalic.ttf"
encoding-mode="auto">
<font-triplet name="monospace" style="italic" weight="bold"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>