font.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @font-face {
  2. font-family: 'Poppins';
  3. src: url('/google_fonts/Poppins/Poppins-Thin.ttf') format('truetype');
  4. font-weight: 100;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Poppins';
  9. src: url('/google_fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
  10. font-weight: 100;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: 'Poppins';
  15. src: url('/google_fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
  16. font-weight: 200;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: 'Poppins';
  21. src: url('/google_fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  22. font-weight: 200;
  23. font-style: italic;
  24. }
  25. @font-face {
  26. font-family: 'Poppins';
  27. src: url('/google_fonts/Poppins/Poppins-Light.ttf') format('truetype');
  28. font-weight: 300;
  29. font-style: normal;
  30. }
  31. @font-face {
  32. font-family: 'Poppins';
  33. src: url('/google_fonts/Poppins/Poppins-LightItalic.ttf') format('truetype');
  34. font-weight: 300;
  35. font-style: italic;
  36. }
  37. @font-face {
  38. font-family: 'Poppins';
  39. src: url('/google_fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  40. font-weight: 400;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: 'Poppins';
  45. src: url('/google_fonts/Poppins/Poppins-Italic.ttf') format('truetype');
  46. font-weight: 400;
  47. font-style: italic;
  48. }
  49. @font-face {
  50. font-family: 'Poppins';
  51. src: url('/google_fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  52. font-weight: 500;
  53. font-style: normal;
  54. }
  55. @font-face {
  56. font-family: 'Poppins';
  57. src: url('/google_fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
  58. font-weight: 500;
  59. font-style: italic;
  60. }
  61. @font-face {
  62. font-family: 'Poppins';
  63. src: url('/google_fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
  64. font-weight: 600;
  65. font-style: normal;
  66. }
  67. @font-face {
  68. font-family: 'Poppins';
  69. src: url('/google_fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  70. font-weight: 600;
  71. font-style: italic;
  72. }
  73. @font-face {
  74. font-family: 'Poppins';
  75. src: url('/google_fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  76. font-weight: 700;
  77. font-style: normal;
  78. }
  79. @font-face {
  80. font-family: 'Poppins';
  81. src: url('/google_fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
  82. font-weight: 700;
  83. font-style: italic;
  84. }
  85. @font-face {
  86. font-family: 'Poppins';
  87. src: url('/google_fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
  88. font-weight: 800;
  89. font-style: normal;
  90. }
  91. @font-face {
  92. font-family: 'Poppins';
  93. src: url('/google_fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  94. font-weight: 800;
  95. font-style: italic;
  96. }
  97. @font-face {
  98. font-family: 'Poppins';
  99. src: url('/google_fonts/Poppins/Poppins-Black.ttf') format('truetype');
  100. font-weight: 900;
  101. font-style: normal;
  102. }
  103. @font-face {
  104. font-family: 'Poppins';
  105. src: url('/google_fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype');
  106. font-weight: 900;
  107. font-style: italic;
  108. }