﻿@font-face {
	font-family: 'UniSansLight';
	src: url('UniSansLight.eot');
	src:local('UniSansLight'), 
        url('UniSansLight.woff') format('woff'),
        url('UniSansLight.woff2') format('woff2'),
        url('UniSansLight.otf') format('opentype');

	font-weight: normal;
	font-style: normal;
}

body { font-family:UniSansLight; }