inter.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: 'Inter';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url("https://s0.wp.com/i/fonts/inter/Inter-Regular.woff2?v=3.19") format("woff2"),
  7. url("https://s0.wp.com/i/fonts/inter/Inter-Regular.woff?v=3.19") format("woff");
  8. }
  9. @font-face {
  10. font-family: 'Inter';
  11. font-style: italic;
  12. font-weight: 400;
  13. font-display: swap;
  14. src: url("https://s0.wp.com/i/fonts/inter/Inter-Italic.woff2?v=3.19") format("woff2"),
  15. url("https://s0.wp.com/i/fonts/inter/Inter-Italic.woff?v=3.19") format("woff");
  16. }
  17. @font-face {
  18. font-family: 'Inter';
  19. font-style: normal;
  20. font-weight: 500;
  21. font-display: swap;
  22. src: url("https://s0.wp.com/i/fonts/inter/Inter-Medium.woff2?v=3.19") format("woff2"),
  23. url("https://s0.wp.com/i/fonts/inter/Inter-Medium.woff?v=3.19") format("woff");
  24. }
  25. @font-face {
  26. font-family: 'Inter';
  27. font-style: italic;
  28. font-weight: 500;
  29. font-display: swap;
  30. src: url("https://s0.wp.com/i/fonts/inter/Inter-MediumItalic.woff2?v=3.19") format("woff2"),
  31. url("https://s0.wp.com/i/fonts/inter/Inter-MediumItalic.woff?v=3.19") format("woff");
  32. }
  33. @font-face {
  34. font-family: 'Inter';
  35. font-style: normal;
  36. font-weight: 600;
  37. font-display: swap;
  38. src: url("https://s0.wp.com/i/fonts/inter/Inter-SemiBold.woff2?v=3.19") format("woff2"),
  39. url("https://s0.wp.com/i/fonts/inter/Inter-SemiBold.woff?v=3.19") format("woff");
  40. }
  41. @font-face {
  42. font-family: 'Inter';
  43. font-style: italic;
  44. font-weight: 600;
  45. font-display: swap;
  46. src: url("https://s0.wp.com/i/fonts/inter/Inter-SemiBoldItalic.woff2?v=3.19") format("woff2"),
  47. url("https://s0.wp.com/i/fonts/inter/Inter-SemiBoldItalic.woff?v=3.19") format("woff");
  48. }
  49. @font-face {
  50. font-family: 'Inter';
  51. font-style: normal;
  52. font-weight: 700;
  53. font-display: swap;
  54. src: url("https://s0.wp.com/i/fonts/inter/Inter-Bold.woff2?v=3.19") format("woff2"),
  55. url("https://s0.wp.com/i/fonts/inter/Inter-Bold.woff?v=3.19") format("woff");
  56. }
  57. @font-face {
  58. font-family: 'Inter';
  59. font-style: italic;
  60. font-weight: 700;
  61. font-display: swap;
  62. src: url("https://s0.wp.com/i/fonts/inter/Inter-BoldItalic.woff2?v=3.19") format("woff2"),
  63. url("https://s0.wp.com/i/fonts/inter/Inter-BoldItalic.woff?v=3.19") format("woff");
  64. }