﻿/* Oswald Bold */
@font-face {
    font-family: 'oswaldbold';
    src: url('font/oswald_bold/oswald-bold.eot');
    src: url('font/oswald_bold/oswald-bold.eot?#iefix') format('embedded-opentype'),
         url('font/oswald_bold/oswald-bold.woff2') format('woff2'),
         url('font/oswald_bold/oswald-bold.woff') format('woff'),
         url('font/oswald_bold/oswald-bold.ttf') format('truetype'),
         url('font/oswald_bold/oswald-bold.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Oswald Book */
@font-face {
    font-family: 'oswaldbook';
    src: url('font/oswald_regular/oswald-regular.eot');
    src: url('font/oswald_regular/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('font/oswald_regular/oswald-regular.woff2') format('woff2'),
         url('font/oswald_regular/oswald-regular.woff') format('woff'),
         url('font/oswald_regular/oswald-regular.ttf') format('truetype'),
         url('font/oswald_regular/oswald-regular.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Oswald Light */
@font-face {
	font-family: 'oswaldlight';
	src: url('font/oswald_light/oswald-light.eot');
	src: url('font/oswald_light/oswald-light.eot?#iefix') format('embedded-opentype'),
			 url('font/oswald_light/oswald-light.woff2') format('woff2'),
			 url('font/oswald_light/oswald-light.woff') format('woff'),
			 url('font/oswald_light/oswald-light.ttf') format('truetype'),
			 url('font/oswald_light/oswald-light.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
