diff options
author | Keith Packard <keithp@keithp.com> | 2015-11-01 04:18:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-01 06:02:14 -0800 |
commit | f2816b305fc9e18a1190e392d43ff489936f10f0 (patch) | |
tree | 7149621ceeb38f1a3169bdbe9dc72c077639e18a /doc/fop.xconf | |
parent | 5b782c8f45ed6c34ed0e7f1aff6ac298c9a879ff (diff) |
doc: Switch to free fonts. Publish fonts with docs.
Signed-off-by: Keith Packard <keithp@keithp.com>
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> |