font.scss 484 B

1234567891011121314151617181920212223
  1. @font-face {
  2. font-family: 'Cormorant';
  3. src: url('../fonts/Cormorant-Light.ttf');
  4. font-weight: 200;
  5. }
  6. @font-face {
  7. font-family: 'TextaAlt';
  8. src: url('../fonts/TextaAlt-Bold.otf');
  9. font-weight: 800;
  10. }
  11. @font-face {
  12. font-family: 'Texta';
  13. src: url('../fonts/Texta-Black.otf');
  14. font-weight: 800;
  15. }
  16. @font-face {
  17. font-family: 'Duke POPSU';
  18. src: url('../fonts/Duke-POPSU.ttf');
  19. }
  20. @font-face {
  21. font-family: "SGI-TextAlt";
  22. src: url("../fonts/SGI-TextAlt.otf") format("opentype");
  23. }