merriweather.css 1.1 KB

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