﻿@font-face {}

@font-face {
    font-family: 'Architects Daughter';
    src: url('fonts/architects_daughter_regular-webfont.eot');
    src: url('fonts/architects_daughter_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/architects_daughter_regular-webfont.woff') format('woff'),
         url('fonts/architects_daughter_regular-webfont.ttf') format('truetype'),
         url('fonts/architects_daughter_regular-webfont.svg#architects_daughterregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald-regular.eot');
    src: url('fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular.woff') format('woff'),
         url('fonts/oswald-regular.ttf') format('truetype'),
         url('fonts/oswald-regular.svg#oswaldregular') format('svg');
    font-style: normal;
	font-weight: 400;
}

@font-face {
font-family: 'opensans-regular';
src: url('fonts/opensans-regular.eot');
src: url('fonts/opensans-regular.otf') format('truetype'),
     url('fonts/opensans-regular.woff') format('woff'),
     url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
     url('fonts/opensans-regular.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}