
html
{
	font-family:
		'Fira Sans',
		'Noto Sans',
		'Noto Sans HK',
		'Noto Sans JP',
		'Noto Sans KR',
		'Noto Sans SC',
		'Noto Sans TC',
		'Segoe UI',
		'Candara',
		'Bitstream Vera Sans',
		'DejaVu Sans',
		'Bitstream Vera Sans',
		'Trebuchet MS',
		'Verdana',
		'Verdana Ref',
		sans-serif;
}

div.footer .copyright
{
	font-family:
		'Roboto Slab',
		'Noto Sans',
		'Noto Sans HK',
		'Noto Sans JP',
		'Noto Sans KR',
		'Noto Sans SC',
		'Noto Sans TC',
		'Palatino Linotype',
		'Palatino',
		'Palladio',
		'URW Palladio L',
		'Book Antiqua',
		'Baskerville',
		'Bookman Old Style',
		'Bitstream Charter',
		'Nimbus Roman No9 L',
		'Garamond',
		'Apple Garamond',
		'ITC Garamond Narrow',
		'New Century Schoolbook',
		'Century Schoolbook',
		'Century Schoolbook L',
		'Georgia',
		serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:
		'Merriweather',
		'Constantia',
		'Lucida Bright',
		'Lucidabright',
		'Lucida Serif',
		'Lucida',
		'DejaVu Serif',
		'Bitstream Vera Serif',
		'Liberation Serif',
		'Georgia',
		serif;
}

code,
tt,
kbd,
hr,
.mono,
div.nav > ul,
div.snippet > div.titlebar > div.filename
{
	font-family:
		'Fira Mono',
		'Noto Sans Mono',
		'Noto Sans Mono HK',
		'Noto Sans Mono JP',
		'Noto Sans Mono KR',
		'Noto Sans Mono SC',
		'Noto Sans Mono TC',
		'Consolas',
		'Andale Mono WT',
		'Andale Mono',
		'Lucida Console',
		'Lucida Sans Typewriter',
		'DejaVu Sans Mono',
		'Bitstream Vera Sans Mono',
		'Liberation Mono',
		'Nimbus Mono L',
		'Monaco',
		'Courier New',
		'Courier',
		monospace;
}

span.star
{
	font-family:
		'Neoverdana',
		'Verdana',
		'Verdana Ref',
		'Corbel',
		'Lucida Grande',
		'Lucida Sans Unicode',
		'Lucida Sans',
		'DejaVu Sans',
		'Bitstream Vera Sans',
		'Liberation Sans',
		sans-serif;
}
