<fop version="1.0">
  <!-- Important : relative URIs for base and font-base properties are
       evaluated relative to the base URI *of the configuration file*
       fop-config.xml i.e., docs/fonts/ -->
  
  <!-- Base URL for resolving relative URLs : used here for images -->
  <!-- ../ means PacketFence's docs directory  -->
  <base>../</base>

  <!-- Font Base URL for resolving relative font URLs -->
  <font-base>./</font-base>

  <renderers>
    <renderer mime="application/pdf">
      <fonts>
        <font metrics-url="inconsolata.xml" kerning="yes" embed-url="inconsolata.ttf">
          <font-triplet name="Incosolata" style="normal" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-Regular.xml" kerning="yes" embed-url="lato/Lato-Regular.ttf">
          <font-triplet name="Lato" style="normal" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-Italic.xml" kerning="yes" embed-url="lato/Lato-Italic.ttf">
          <font-triplet name="Lato" style="italic" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-Light.xml" kerning="yes" embed-url="lato/Lato-Light.ttf">
          <font-triplet name="Lato-Light" style="normal" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-LightItalic.xml" kerning="yes" embed-url="lato/Lato-LightItalic.ttf">
          <font-triplet name="Lato-Light" style="italic" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-Medium.xml" kerning="yes" embed-url="lato/Lato-Medium.ttf">
          <font-triplet name="Lato-Medium" style="normal" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-MediumItalic.xml" kerning="yes" embed-url="lato/Lato-MediumItalic.ttf">
          <font-triplet name="Lato-Medium" style="italic" weight="normal"/>
        </font>
        <font metrics-url="lato/Lato-Semibold.xml" kerning="yes" embed-url="lato/Lato-Semibold.ttf">
          <font-triplet name="Lato-Semibold" style="normal" weight="normal"/>
        </font>
      </fonts>
    </renderer>
  </renderers>
</fop>
