@font-face { 
	font-family: 'NanumSquare'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') 
		format('woff'); 
		font-weight: normal; 
		font-style: normal; 
}

@font-face {
  font-family: 'Nanum Square';
  src: url('/font/NanumSquareOTFB.eot'); /* IE9 Compat Modes */
  src: url('/font/NanumSquareOTFB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('/font/NanumSquareOTFB.woff') format('woff'), /* Modern Browsers */
      url('/font/NanumSquareOTFB.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('/font/NanumSquareOTFB.svg#a41a1fda1fdf3dafd3394867a156b1cf') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NanumBarunpen';
    font-style: normal;
    font-weight: 400;
    src: local('NanumBarunpen'),
        url('NanumBarunpenR.woff2') format('woff2'), 
        url('NanumBarunpenR.woff') format('woff'),
        url('NanumBarunpenR.ttf') format('truetype'),
        url('NanumBarunpenR.otf') format('opentype'),
        url('NanumBarunpenR.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NanumBarunpen';
    font-style: normal;
    font-weight: 700;
    src: local('NanumBarunpen'),
        url('NanumBarunpenB.woff2') format('woff2'), 
        url('NanumBarunpenB.woff') format('woff'),
        url('NanumBarunpenB.ttf') format('truetype'),
        url('NanumBarunpenB.otf') format('opentype'),
        url('NanumBarunpenB.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 200;
    src: local('NanumBarunpen'),
        url('NanumSquareRoundOTFL.ttf') format('truetype'),
        url('NanumSquareRoundOTFL.otf') format('opentype'),
}
@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 400;
    src: local('NanumBarunpen'),
        url('NanumSquareRoundOTFR.ttf') format('truetype'),
        url('NanumSquareRoundOTFR.otf') format('opentype'),
}
@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 700;
    src: local('NanumBarunpen'),
        url('NanumSquareRoundOTFB.ttf') format('truetype'),
        url('NanumSquareRoundOTFB.otf') format('opentype'),
}
@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 900;
    src: local('NanumBarunpen'),
        url('NanumSquareRoundOTFEB.ttf') format('truetype'),
        url('NanumSquareRoundOTFEB.otf') format('opentype'),
}