1<?php
2/*
3 * default configuration settings
4 */
5
6$conf['technique']      = '';
7$conf['fontFile']       = '';
8$conf['fontName']       = '';
9$conf['elements']       = 'h1, h2, h3, h4, h5';
10$conf['genericFamily']  = 'serif';
11$conf['fontFile2']      = '';
12$conf['fontName2']      = '';
13$conf['elements2']      = 'body';
14$conf['genericFamily2'] = 'sans-serif';
15