poppins.css 914 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @font-face {
  2. font-family: 'Poppins';
  3. src: local('Poppins Regular'), local('Poppins-Regular'),
  4. url('Poppins-Regular.woff') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. font-display: swap;
  8. }
  9. @font-face {
  10. font-family: 'Poppins';
  11. src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'),
  12. url('Poppins-BoldItalic.woff') format('woff');
  13. font-weight: bold;
  14. font-style: italic;
  15. font-display: swap;
  16. }
  17. @font-face {
  18. font-family: 'Poppins';
  19. src: local('Poppins Italic'), local('Poppins-Italic'),
  20. url('Poppins-Italic.woff') format('woff');
  21. font-weight: normal;
  22. font-style: italic;
  23. font-display: swap;
  24. }
  25. @font-face {
  26. font-family: 'Poppins';
  27. src: local('Poppins Bold'), local('Poppins-Bold'),
  28. url('Poppins-Bold.woff') format('woff');
  29. font-weight: bold;
  30. font-style: normal;
  31. font-display: swap;
  32. }