fonts.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @font-face {
  2. font-family: "MyriadProRegular";
  3. src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
  4. src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
  5. url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
  6. url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
  7. font-style: normal;
  8. font-weight: normal;
  9. }
  10. @font-face {
  11. font-family: "ProximaNovaRegular";
  12. src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  13. src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
  14. url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"),
  15. url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  16. font-style: normal;
  17. font-weight: normal;
  18. }
  19. /* font-family: "ProximaNovaBold"; */
  20. @font-face {
  21. font-family: "ProximaNovaBold";
  22. src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  23. src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix")format("embedded-opentype"),
  24. url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"),
  25. url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  26. font-style: normal;
  27. font-weight: normal;
  28. }
  29. @font-face {
  30. font-family: "HelveticaNeueRegular";
  31. src: url("../fonts/HelveticaNeueRegular/HelveticaNeue.eot");
  32. src: url("../fonts/HelveticaNeueRegular/HelveticaNeue.eot?#iefix")format("embedded-opentype"),
  33. url("../fonts/HelveticaNeueRegular/HelveticaNeue.woff") format("woff"),
  34. url("../fonts/HelveticaNeueRegular/HelveticaNeue.ttf") format("truetype");
  35. font-style: normal;
  36. font-weight: normal;
  37. }
  38. @font-face {
  39. font-family: "HelveticaNeueBold";
  40. src: url("../fonts/HelveticaNeueBold/HelveticaNeue-Bold.eot");
  41. src: url("../fonts/HelveticaNeueBold/HelveticaNeue-Bold.eot?#iefix")format("embedded-opentype"),
  42. url("../fonts/HelveticaNeueBold/HelveticaNeue-Bold.woff") format("woff"),
  43. url("../fonts/HelveticaNeueBold/HelveticaNeue-Bold.ttf") format("truetype");
  44. font-style: normal;
  45. font-weight: normal;
  46. }