/*
 * <http://unifoundry.com/unifont.html>
 *
 * These font files are licensed under the GNU General Public License,
 * either Version 2 or (at your option) a later version, with the exception
 * that embedding the font in a document does not in itself constitute a
 * violation of the GNU GPL. The full terms of the license are in
 * <http://unifoundry.com/LICENSE.txt>.
 */
@font-face {
	font-family: 'unifont';
	unicode-range: U+0000-DFFF, U+F900-FFFF;
	src: url('https://matthew.kerwin.net.au/ttf/unifont-12.1.04.ttf');
	src:
		local('unifont'),
		url('https://matthew.kerwin.net.au/ttf/unifont-12.1.04.ttf') format('truetype');
}

@font-face {
	font-family: 'unifont';
	unicode-range: U+E000-F8FF;
	src: url('https://matthew.kerwin.net.au/ttf/unifont_csur-12.1.04.ttf');
	src:
		local('Unifont CSUR'),
		url('https://matthew.kerwin.net.au/ttf/unifont_csur-12.1.04.ttf') format('truetype');
}

@font-face {
	font-family: 'unifont';
	unicode-range: U+10000-1FFFF;
	src: url('https://matthew.kerwin.net.au/ttf/unifont_upper-12.1.04.ttf');
	src:
		local('Unifont Upper'),
		url('https://matthew.kerwin.net.au/ttf/unifont_upper-12.1.04.ttf') format('truetype');
}

@font-face {
	font-family: 'Unifont CSUR';
	src: url('https://matthew.kerwin.net.au/ttf/unifont_csur-12.1.04.ttf');
	src:
		local('Unifont CSUR'),
		url('https://matthew.kerwin.net.au/ttf/unifont_csur-12.1.04.ttf') format('truetype');
}

@font-face {
	font-family: 'Unifont Upper';
	src: url('https://matthew.kerwin.net.au/ttf/unifont_upper-12.1.04.ttf');
	src:
		local('Unifont Upper'),
		url('https://matthew.kerwin.net.au/ttf/unifont_upper-12.1.04.ttf') format('truetype');
}
