config.php 186 B

123456789
  1. <?php
  2. $this->fontdata['couriersans-light'] = array(
  3. 'R' => 'CourierSans-Light.ttf'
  4. );
  5. $this->fontdata['couriersans-lightextra'] = array(
  6. 'R' => 'CourierSans-LightExtra.ttf',
  7. );