1<?php
2/*
3 * default configuration settings
4 */
5
6$conf['fontName1']  = '';
7$conf['headings1']  = 'h1,h2';
8$conf['addStyle1']  = false;
9$conf['genFamily1'] = 'serif';
10
11$conf['fontName2']  = '';
12$conf['headings2']  = 'h3';
13$conf['addStyle2']  = false;
14$conf['genFamily2'] = 'serif';
15
16$conf['fontName3']  = '';
17$conf['headings3']  = '';
18$conf['addStyle3']  = false;
19$conf['genFamily3'] = 'serif';
20
21/**
22 * Uncomment the following for extra fonts
23
24$conf['fontName4']  = '';
25$conf['headings4']  = '';
26$conf['addStyle4']  = false;
27$conf['genFamily4'] = 'serif';
28
29$conf['fontName5']  = '';
30$conf['headings5']  = '';
31$conf['addStyle5']  = false;
32$conf['genFamily5'] = 'serif';
33
34$conf['fontName6']  = '';
35$conf['headings6']  = '';
36$conf['addStyle6']  = false;
37$conf['genFamily6'] = 'serif';
38*/