typeface-noto-sans-kr.css 900 Bytes
Newer Older
minseok.park's avatar
minseok.park committed
1
@font-face {
minseok.park's avatar
minseok.park committed
2 3 4 5
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSansKR-Thin.otf) format('opentype');
minseok.park's avatar
minseok.park committed
6 7 8
}

@font-face {
minseok.park's avatar
minseok.park committed
9 10 11 12
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.otf) format('opentype');
minseok.park's avatar
minseok.park committed
13 14 15
}

@font-face {
minseok.park's avatar
minseok.park committed
16 17 18 19
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.otf) format('opentype');
minseok.park's avatar
minseok.park committed
20 21 22
}

@font-face {
minseok.park's avatar
minseok.park committed
23 24 25 26
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.otf) format('opentype');
minseok.park's avatar
minseok.park committed
27 28 29
}

@font-face {
minseok.park's avatar
minseok.park committed
30 31 32 33
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansKR-Bold.otf) format('opentype');
minseok.park's avatar
minseok.park committed
34 35
}

minseok.park's avatar
minseok.park committed
36 37 38 39 40 41
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansKR-Black.otf) format('opentype');
}