﻿/*
 * 폰트 적용시 index.html 파일에
 * <link href="./css/fontFace.css" rel="stylesheet" type="text/css"/>
 * 위의 태그를 붙여야 적용됨
 */

@font-face
{
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(./FONT/NanumGothic-Regular.eot);
  src: url(./FONT/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumGothic-Regular.woff2) format('woff2'),
       url(./FONT/NanumGothic-Regular.woff) format('woff'),
       url(./FONT/NanumGothic-Regular.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'Nanum Gothic';
  font-style: bold;
  font-weight: 700;
  src: url(./FONT/NanumGothic-Bold.eot);
  src: url(./FONT/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumGothic-Bold.woff2) format('woff2'),
       url(./FONT/NanumGothic-Bold.woff) format('woff'),
       url(./FONT/NanumGothic-Bold.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url(./FONT/NanumSquareR.eot);
  src: url(./FONT/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumSquareR.woff2) format('woff2'),
       url(./FONT/NanumSquareR.woff) format('woff'),
       url(./FONT/NanumSquareR.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 700;
  src: url(./FONT/NanumSquareR.eot);
  src: url(./FONT/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumSquareR.woff2) format('woff2'),
       url(./FONT/NanumSquareR.woff) format('woff'),
       url(./FONT/NanumSquareR.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'NanumSquareB';
  font-style: normal;
  font-weight: 400;
  src: url(./FONT/NanumSquareB.eot);
  src: url(./FONT/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumSquareB.woff2) format('woff2'),
       url(./FONT/NanumSquareB.woff) format('woff'),
       url(./FONT/NanumSquareB.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'NanumSquareEB';
  font-style: normal;
  font-weight: 400;
  src: url(./FONT/NanumSquareEB.eot);
  src: url(./FONT/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumSquareEB.woff2) format('woff2'),
       url(./FONT/NanumSquareEB.woff) format('woff'),
       url(./FONT/NanumSquareEB.ttf) format('truetype');
}

@font-face 
{  
  font-family: 'NanumSquareL';
  font-style: normal;
  font-weight: 400;
  src: url(./FONT/NanumSquareL.eot);
  src: url(./FONT/NanumSquareL.eot?#iefix) format('embedded-opentype'),
       url(./FONT/NanumSquareL.woff) format('woff'),
       url(./FONT/NanumSquareL.ttf) format('truetype');
}