noto-sans.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* Noto Sans - Regular */
  2. @font-face {
  3. font-family: 'Noto Sans';
  4. font-style: normal;
  5. font-weight: 400;
  6. font-display: fallback;
  7. src: url('NotoSans-Regular.woff2') format('woff2');
  8. }
  9. @font-face {
  10. font-family: 'Noto Sans';
  11. font-style: italic;
  12. font-weight: 400;
  13. font-display: fallback;
  14. src: url('NotoSans-Italic.woff2') format('woff2');
  15. }
  16. /* Noto Sans - Medium */
  17. @font-face {
  18. font-family: 'Noto Sans';
  19. font-style: normal;
  20. font-weight: 500;
  21. font-display: fallback;
  22. src: url('NotoSans-Medium.woff2') format('woff2');
  23. }
  24. @font-face {
  25. font-family: 'Noto Sans';
  26. font-style: italic;
  27. font-weight: 500;
  28. font-display: fallback;
  29. src: url('NotoSans-MediumItalic.woff2') format('woff2');
  30. }
  31. /* Noto Sans - SemiBold */
  32. @font-face {
  33. font-family: 'Noto Sans';
  34. font-style: normal;
  35. font-weight: 600;
  36. font-display: fallback;
  37. src: url('NotoSans-SemiBold.woff2') format('woff2');
  38. }
  39. @font-face {
  40. font-family: 'Noto Sans';
  41. font-style: italic;
  42. font-weight: 600;
  43. font-display: fallback;
  44. src: url('NotoSans-SemiBoldItalic.woff2') format('woff2');
  45. }