source: recipecards/trunk/font.cfg @ 2

Last change on this file since 2 was 2, checked in by peter, 12 years ago

Added initial recipecard scripts and configuration files

File size: 757 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<fop>
3  <renderers>
4    <renderer mime="application/pdf">
5      <!-- set up the DejaVu unicode font for the recipe cards -->
6      <fonts>
7        <font embed-url="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf">
8          <font-triplet name="DejaVuSerif" style="normal" weight="normal"/>
9        </font>
10        <font embed-url="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Bold.ttf">
11          <font-triplet name="DejaVuSerif" style="normal" weight="bold"/>
12        </font>
13        <font embed-url="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Italic.ttf">
14          <font-triplet name="DejaVuSerif" style="italic" weight="normal"/>
15        </font>
16      </fonts>
17    </renderer>
18  </renderers>
19</fop>
Note: See TracBrowser for help on using the repository browser.