Skip to content

Commit

Permalink
Configure the fonts path according to the newest tiresias package
Browse files Browse the repository at this point in the history
The newest tiresias package puts fonts in
/usr/share/fonts/truetype/tiresias
  • Loading branch information
egli committed Aug 27, 2021
1 parent 1a0c3a6 commit 8260efa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/fop.xconf
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
<font embed-url="file:///usr/share/fonts/truetype/msttcorefonts/Verdana_Italic.ttf">
<font-triplet name="Verdana" style="italic" weight="normal"/>
</font>
<font embed-url="file:///usr/share/fonts/truetype/ttf-tiresias/tiresias_lpfont.ttf">
<font embed-url="file:///usr/share/fonts/truetype/tiresias/tiresias_lpfont.ttf">
<font-triplet name="Tiresias" style="normal" weight="normal"/>
</font>
<font embed-url="file:///usr/share/fonts/truetype/ttf-tiresias/tiresias_lpfont_bold.ttf">
<font embed-url="file:///usr/share/fonts/truetype/tiresias/tiresias_lpfont_bold.ttf">
<font-triplet name="Tiresias" style="normal" weight="bold"/>
</font>
<font embed-url="file:///usr/share/fonts/truetype/ttf-tiresias/tiresias_lpfont_italic.ttf">
<font embed-url="file:///usr/share/fonts/truetype/tiresias/tiresias_lpfont_italic.ttf">
<font-triplet name="Tiresias" style="italic" weight="normal"/>
</font>
<font embed-url="file:///usr/share/fonts/truetype/ttf-tiresias/tiresias_lpfont_italic.ttf">
<font embed-url="file:///usr/share/fonts/truetype/tiresias/tiresias_lpfont_italic.ttf">
<font-triplet name="Tiresias" style="italic" weight="normal"/>
</font>
<font embed-url="file:///usr/share/fonts/truetype/stone/StoneSans.ttf">
Expand Down

0 comments on commit 8260efa

Please sign in to comment.