-
Notifications
You must be signed in to change notification settings - Fork 0
/
bollettino.xconf
35 lines (30 loc) · 1.32 KB
/
bollettino.xconf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<fop version="1.0">
<!-- Strict user configuration -->
<strict-configuration>true</strict-configuration>
<!-- Strict FO validation -->
<strict-validation>true</strict-validation>
<!-- Base URL for resolving relative URLs -->
<base>./</base>
<!-- etc. etc..... -->
<renderers>
<renderer mime="application/pdf">
<fonts>
<font kerning="yes" embed-url="fonts\TitilliumWeb-Black.ttf" embedding-mode="subset">
<font-triplet name="Titillium Web Black" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts\TitilliumWeb-Bold.ttf" embedding-mode="subset">
<font-triplet name="Titillium Web" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="fonts\TitilliumWeb-Regular.ttf" embedding-mode="subset">
<font-triplet name="Titillium Web" style="normal" weight="normal"/>
</font>
<font kerning="yes" embed-url="fonts\RobotoMono-Bold.ttf" embedding-mode="subset">
<font-triplet name="Roboto Mono" style="normal" weight="bold"/>
</font>
<font kerning="yes" embed-url="fonts\RobotoMono-Regular.ttf" embedding-mode="subset">
<font-triplet name="Roboto Mono" style="normal" weight="normal"/>
</font>
</fonts>
</renderer>
</renderers>
</fop>