font.css 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'Noto Sans KR';
  4. font-style: normal;
  5. font-weight: 100;
  6. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Thin.woff2") format('woff2');
  7. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Thin.woff") format('woff');
  8. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Thin.otf") format('opentype');
  9. }
  10. @font-face {
  11. font-family: 'Noto Sans KR';
  12. font-style: normal;
  13. font-weight: 200;
  14. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Light.woff2") format('woff2');
  15. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Light.woff") format('woff');
  16. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Light.otf") format('opentype');
  17. }
  18. @font-face {
  19. font-family: 'Noto Sans KR';
  20. font-style: normal;
  21. font-weight: 300;
  22. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Regular.woff2") format('woff2');
  23. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Regular.woff") format('woff');
  24. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Regular.otf") format('opentype');
  25. }
  26. @font-face {
  27. font-family: 'Noto Sans KR';
  28. font-style: normal;
  29. font-weight: 500;
  30. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Medium.woff2") format('woff2');
  31. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Medium.woff") format('woff');
  32. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Medium.otf") format('opentype');
  33. }
  34. @font-face {
  35. font-family: 'Noto Sans KR';
  36. font-style: normal;
  37. font-weight: 600;
  38. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Bold.woff2") format('woff2');
  39. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Bold.woff") format('woff');
  40. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Bold.otf") format('opentype');
  41. }
  42. @font-face {
  43. font-family: 'Noto Sans KR';
  44. font-style: normal;
  45. font-weight: 900;
  46. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Black.woff2") format('woff2');
  47. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Black.woff") format('woff');
  48. src: url("//image.istyle24.com/Style24/ux/fonts/NotoSansKR-Black.otf") format('opentype');
  49. }
  50. /* lato */
  51. @font-face {
  52. font-family: 'LATO';
  53. src:
  54. url("//image.istyle24.com/Style24/ux/fonts/Lato-Light.eot") format('eot'),
  55. url("//image.istyle24.com/Style24/ux/fonts/Lato-Light.woff") format('woff'),
  56. url("//image.istyle24.com/Style24/ux/fonts/Lato-Light.ttf") format('ttf');
  57. font-weight: 200;
  58. font-style: normal;
  59. }
  60. @font-face {
  61. font-family: 'LATO';
  62. src:
  63. url("//image.istyle24.com/Style24/ux/fonts/Lato-Regular.eot") format('eot'),
  64. url("//image.istyle24.com/Style24/ux/fonts/Lato-Regular.woff") format('woff'),
  65. url("//image.istyle24.com/Style24/ux/fonts/Lato-Regular.ttf") format('ttf');
  66. font-weight: 300;
  67. font-style: normal;
  68. }
  69. @font-face {
  70. font-family: 'LATO';
  71. src:
  72. url("//image.istyle24.com/Style24/ux/fonts/Lato-Medium.eot") format('eot'),
  73. url("//image.istyle24.com/Style24/ux/fonts/Lato-Medium.woff") format('woff'),
  74. url("//image.istyle24.com/Style24/ux/fonts/Lato-Medium.ttf") format('ttf');
  75. font-weight: 500;
  76. font-style: normal;
  77. }
  78. @font-face {
  79. font-family: 'LATO';
  80. src:
  81. url("//image.istyle24.com/Style24/ux/fonts/Lato-Semibold.eot") format('eot'),
  82. url("//image.istyle24.com/Style24/ux/fonts/Lato-Semibold.woff") format('woff'),
  83. url("//image.istyle24.com/Style24/ux/fonts/Lato-Semibold.ttf") format('ttf');
  84. font-weight: 600;
  85. font-style: normal;
  86. }
  87. @font-face {
  88. font-family: 'LATO';
  89. src:
  90. url("//image.istyle24.com/Style24/ux/fonts/Lato-Bold.eot") format('eot'),
  91. url("//image.istyle24.com/Style24/ux/fonts/Lato-Bold.woff") format('woff'),
  92. url("//image.istyle24.com/Style24/ux/fonts/Lato-Bold.ttf") format('ttf');
  93. font-weight: 700;
  94. font-style: normal;
  95. }