diff options
Diffstat (limited to 'doc/fop.xconf')
-rw-r--r-- | doc/fop.xconf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/fop.xconf b/doc/fop.xconf index 0f470ffd..9ac42820 100644 --- a/doc/fop.xconf +++ b/doc/fop.xconf @@ -38,20 +38,20 @@ the location of this file. <fonts> <!-- embedded fonts --> - <font embed-url="fonts/FrutigerLTStd-Light.otf"> - <font-triplet name="Frutiger LT Std" style="normal" + <font embed-url="fonts/OpenSans-Light.ttf"> + <font-triplet name="Open Sans Light" style="normal" weight="normal"/> </font> - <font embed-url="fonts/FrutigerLTStd-LightItalic.otf"> - <font-triplet name="Frutiger LT Std" style="italic" + <font embed-url="fonts/OpenSans-LightItalic.ttf"> + <font-triplet name="Open Sans Light" style="italic" weight="normal"/> </font> - <font embed-url="fonts/FrutigerLTStd-Roman.otf"> - <font-triplet name="Frutiger LT Std" style="normal" + <font embed-url="fonts/OpenSans-Semibold.ttf"> + <font-triplet name="Open Sans Light" style="normal" weight="bold"/> </font> - <font embed-url="fonts/FrutigerLTStd-Italic.otf"> - <font-triplet name="Frutiger LT Std" style="italic" + <font embed-url="fonts/OpenSans-SemiboldItalic.ttf"> + <font-triplet name="Open Sans Light" style="italic" weight="bold"/> </font> |