@font-face {
	font-family: 'Antarctic';
	src: url('Antarctic.otf');
	src: local('Antarctic'),

		url('Antarctic.otf') format('opentype');

	font-style: normal;
	font-weight: normal;

}

@font-face {
	font-family: 'FreeMonospaced';
	src: url('FreeMonospaced.otf');
	src: local('FreeMonospaced'),

		url('FreeMonospaced.otf') format('truetype');

	font-style: normal;
	font-weight: normal;

}

@font-face {
	font-family: 'WonderGardenScript-Regular';
	src: url('WonderGardenScript-Regular.ttf');
	src: local('WonderGardenScript-Regular'),

		url('WonderGardenScript-Regular.ttf') format('truetype');

	font-style: normal;
	font-weight: normal;

}