custom-fonts.css 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Embed Theme Fonts
  3. *
  4. * Font Face code generated with the great Google Webfonts Helper by Mario Ranftl
  5. * https://github.com/majodev/google-webfonts-helper/
  6. *
  7. * @package Momentous
  8. */
  9. /* average-sans-regular - latin-ext_latin */
  10. @font-face {
  11. font-family: 'Average Sans';
  12. font-style: normal;
  13. font-weight: 400;
  14. font-display: swap;
  15. src: local('Average Sans Regular'), local('AverageSans-Regular'),
  16. url('../fonts/average-sans-v6-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  17. url('../fonts/average-sans-v6-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  18. }
  19. /* fjalla-one-regular - latin-ext_latin */
  20. @font-face {
  21. font-family: 'Fjalla One';
  22. font-style: normal;
  23. font-weight: 400;
  24. font-display: swap;
  25. src: local('Fjalla One'), local('FjallaOne-Regular'),
  26. url('../fonts/fjalla-one-v5-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  27. url('../fonts/fjalla-one-v5-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  28. }