junction.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. @font-face {
  2. font-family: 'Junction';
  3. src: url('junction-bold.eot');
  4. src: url('junction-bold.eot?#iefix') format('embedded-opentype'),
  5. url('junction-bold.woff') format('woff'),
  6. url('junction-bold.ttf') format('truetype'),
  7. url('junction-bold.svg#junctionbold') format('svg');
  8. font-weight: bold;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'Junction';
  13. src: url('junction-light.eot');
  14. src: url('junction-light.eot?#iefix') format('embedded-opentype'),
  15. url('junction-light.woff') format('woff'),
  16. url('junction-light.ttf') format('truetype'),
  17. url('junction-light.svg#junctionlight') format('svg');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'Junction';
  23. src: url('junction-regular.eot');
  24. src: url('junction-regular.eot?#iefix') format('embedded-opentype'),
  25. url('junction-regular.woff') format('woff'),
  26. url('junction-regular.ttf') format('truetype'),
  27. url('junction-regular.svg#junctionregular') format('svg');
  28. font-weight: normal;
  29. font-style: normal;
  30. }