
/* fonts 
	url('fonts/NanumGothic.eot?#iefix') format(‘embedded-opentype’),
    url('fonts/NanumGothic.woff') format(‘woff’),
    url('fonts/NanumGothic.ttf') format('truetype'),
    url('fonts/NanumGothic.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}
*/
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('/fonts/merriweather/Merriweather-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Merriweather';
    src: url('/fonts/merriweather/Merriweather-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
/*     font-style: normal; */
/*     font-weight: normal; */
}

/* dat font	*/
@font-face {
	font-family: 'SVN-Gilroy Light';
	font-style: normal;
	font-weight: normal;
	src: local('SVN-Gilroy Light'), url('/fonts/svn-gilroy-webfont/SVNGilroy Light.woff') format('woff');
}
@font-face {
	font-family: 'SVN-Gilroy Bold';
	font-style: normal;
	font-weight: normal;
	src: local('SVN-Gilroy Bold'), url('/fonts/svn-gilroy-webfont/SVNGilroy Bold.woff') format('woff');
}
/*
<h1 style="font-family:'SVN-Gilroy Light';font-weight:normal;font-size:42px">Example</h1>
<h1 style="font-family:'SVN-Gilroy Bold';font-weight:normal;font-size:42px">Example</h1>
*/

