configuration.naml

<override_macro name="forum_topics_per_page">
				100
			</override_macro>

<override_macro name="site_style">
		<n.overridden/>
		
			body, input, button, textarea, select { font-size: 86%; }
		
	</override_macro>

<override_macro name="nabble_stylesheets" unindent="true">
		<n.overridden/>
		
		<link href='https://fonts.googleapis.com/css?family=Delius+Swash+Caps' rel='stylesheet' type='text/css'/>
		<style type="text/css">
			.second-font, h1, h2, h3, h4, h5, h6 {
				font-family: 'Delius Swash Caps';
			}
		</style>
		
	</override_macro>

<override_macro name="nabble_stylesheets" unindent="true">
		<n.overridden/>
		
		<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'/>
		<style type="text/css">
			body, input, button, textarea, select {
				font-family: 'Varela Round';
			}
		</style>
		
	</override_macro>