fonts.css 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. @font-face {
  3. font-family: 'Roboto';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: local('Roboto'), local('Roboto-Regular'), url("../../../roboto-regular.woff2") format('woff2'), url("../../../roboto-regular.woff") format('woff');
  7. }
  8. @font-face {
  9. font-family: 'Roboto';
  10. font-style: normal;
  11. font-weight: 700;
  12. src: local('Roboto Bold'), local('Roboto-Bold'), url("../../../roboto-bold.woff2") format('woff2'), url("../../../roboto-bold.woff") format('woff');
  13. }
  14. @font-face {
  15. font-family: 'Poppins';
  16. font-style: normal;
  17. font-weight: 400;
  18. src: local('Poppins'), local('Poppins-Regular'), url("../../../poppins-regular.woff") format('woff');
  19. }
  20. @font-face {
  21. font-family: 'Poppins';
  22. font-style: normal;
  23. font-weight: 500;
  24. src: local('Poppins Medium'), local('Poppins-Medium'), url("../../../poppins-medium.woff") format('woff');
  25. }
  26. @font-face {
  27. font-family: 'Poppins';
  28. font-style: normal;
  29. font-weight: 700;
  30. src: local('Poppins Bold'), local('Poppins-Bold'), url("../../../poppins-bold.woff") format('woff');
  31. }
  32. */