nanumgothic.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
  3. */
  4. @font-face {
  5. font-family: 'Nanum Gothic';
  6. font-style: normal;
  7. font-weight: 400;
  8. src: url(NanumGothic-Regular.eot);
  9. src: url(NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
  10. url(NanumGothic-Regular.woff2) format('woff2'),
  11. url(NanumGothic-Regular.woff) format('woff'),
  12. url(NanumGothic-Regular.ttf) format('truetype');
  13. }
  14. @font-face {
  15. font-family: 'Nanum Gothic';
  16. font-style: normal;
  17. font-weight: 700;
  18. src: url(NanumGothic-Bold.eot);
  19. src: url(NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
  20. url(NanumGothic-Bold.woff2) format('woff2'),
  21. url(NanumGothic-Bold.woff) format('woff'),
  22. url(NanumGothic-Bold.ttf) format('truetype');
  23. }
  24. @font-face {
  25. font-family: 'Nanum Gothic';
  26. font-style: normal;
  27. font-weight: 800;
  28. src: url(NanumGothic-ExtraBold.eot);
  29. src: url(NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
  30. url(NanumGothic-ExtraBold.woff2) format('woff2'),
  31. url(NanumGothic-ExtraBold.woff) format('woff'),
  32. url(NanumGothic-ExtraBold.ttf) format('truetype');
  33. }