
@font-face {
	font-family: 'NanumSquareR' ;
	font-display : fallback ;
	src : local('NanumSquareR'),
	      url(../Assets/font/NanumSquareR.woff) format('woff'),
		  url(../Assets/font/NanumSquareR.ttf) format('truetype'), 
		  url(../Assets/font/NanumSquareR.otf) format('opentype'),
		  url(../Assets/font/NanumSquareR.eot) format('embedded-opentype');
    unicode-range : U+0020-U+007E,U+1100-U+11F9,U+3000-U+303F,U+3131-U+318E,U+327F-U+327F,U+AC00-U+D7A3,U+FF01-U+ff60;
	font-weight:400;
}

@font-face {
	font-family: 'NanumGothic';
	src : local('NanumGothic'),		  
		  url(../Assets/font/NanumGothic.woff) format('woff'),
		  url(../Assets/font/NanumGothic.eot) format('embedded-opentype'),
	      url(../Assets/font/NanumGothic.otf) format('opentype');
	unicode-range : U+0020-U+007E,U+1100-U+11F9,U+3000-U+303F,U+3131-U+318E,U+327F-U+327F,U+AC00-U+D7A3,U+FF01-U+ff60;
	

}

