Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. @font-face {
  2. font-family: 'arialmtlight';
  3. src: url('../fonts/arialmt_light-webfont.eot');
  4. src: url('../fonts/arialmt_light-webfont.eot?#iefix') format('embedded-opentype'), /* url('../fonts/arialmt_light-webfont.woff2') format('woff2'),*/ url('../fonts/arialmt_light-webfont.woff') format('woff'), url('../fonts/arialmt_light-webfont.ttf') format('truetype'), url('../fonts/arialmt_light-webfont.svg#arialmtlight') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8.  
  9. @font-face {
  10. font-family: 'GothamMedium';
  11. src: url('../fonts/gothammedium.eot');
  12. src: url('../fonts/gothammedium.eot') format('embedded-opentype'), /*url('../fonts/gothammedium.woff2') format('woff2'),*/ url('../fonts/gothammedium.woff') format('woff'), url('../fonts/gothammedium.ttf') format('truetype'), url('../fonts/gothammedium.svg#GothamMedium') format('svg');
  13. }
  14.  
  15. @font-face {
  16. font-family: 'gothambold1';
  17. src: url('../fonts/gothambold1.eot');
  18. src: local('gothambold1'), url('../fonts/gothambold1.woff') format('woff'), url('../fonts/gothambold1.ttf') format('truetype');
  19. }
  20.  
  21. @font-face {
  22. font-family: 'GothamBook';
  23. src: url('../fonts/GothamBook.eot');
  24. src: local('GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
  25. }
  26.  
  27. /* ----- FONTS ----- */
  28.  
  29. @font-face {
  30. font-family: 'arialmtlight';
  31. src: url('../fonts/opensans-light-webfont.eot');
  32. src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
  33. url('../fonts/opensans-light-webfont.woff2') format('woff2'),
  34. url('../fonts/opensans-light-webfont.woff') format('woff'),
  35. url('../fonts/opensans-light-webfont.ttf') format('truetype'),
  36. url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  37. font-weight: normal;
  38. font-style: normal;
  39.  
  40. }
  41.  
  42. @font-face {
  43. font-family: 'GothamBook';
  44. src: url('../fonts/opensans-regular-webfont.eot');
  45. src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
  46. url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
  47. url('../fonts/opensans-regular-webfont.woff') format('woff'),
  48. url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
  49. url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  50. font-weight: normal;
  51. font-style: normal;
  52.  
  53. }
  54.  
  55. @font-face {
  56. font-family: 'GothamMedium';
  57. src: url('../fonts/opensans-semibold-webfont.eot');
  58. src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  59. url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
  60. url('../fonts/opensans-semibold-webfont.woff') format('woff'),
  61. url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
  62. url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  63. font-weight: normal;
  64. font-style: normal;
  65.  
  66. }
  67.  
  68.  
  69. @font-face {
  70. font-family: 'gothambold1';
  71. src: url('../fonts/opensans-bold-webfont.eot');
  72. src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
  73. url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
  74. url('../fonts/opensans-bold-webfont.woff') format('woff'),
  75. url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
  76. url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  77. font-weight: normal;
  78. font-style: normal;
  79.  
  80. }
  81.  
  82. // ------------------------------------------------------------------- //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement