Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 1.79 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Font Stack which includes Museo is not working at all in FireFox and Opera
  2. @font-face {
  3. font-family: 'Mikadan-Regular';
  4. src: url('../fonts/mikadan/eot/style_134713.eot');
  5. src: url('../fonts/mikadan/eot/style_134713.eot?#iefix') format('embedded-opentype'),
  6.      url('../fonts/mikadan/woff/style_134713.woff') format('woff'),
  7.      url('../fonts/mikadan/ttf/style_134713.ttf') format('truetype'),
  8.      url('../fonts/mikadan/svg/style_134713.svg#Mikadan-Regular') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12.  
  13. @font-face {
  14. font-family: 'MuseoSans500';
  15. src: url('../fonts/museosans_500/MuseoSans_500-webfont.eot');
  16. src: url('../fonts/museosans_500/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
  17.      url('../fonts/museosans_500/MuseoSans_500-webfont.woff') format('woff'),
  18.      url('../fonts/museosans_500/MuseoSans_500-webfont.ttf') format('truetype'),
  19.      url('../fonts/museosans_500/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
  20. font-weight: normal;
  21. font-style: normal;
  22. }
  23.  
  24. @font-face {
  25. font-family: 'MuseoSlab500';
  26. src: url('../fonts/museoslab_500/Museo_Slab_500-webfont.eot');
  27. src: url('../fonts/museoslab_500/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
  28.      url('../fonts/museoslab_500/Museo_Slab_500-webfont.woff') format('woff'),
  29.      url('../fonts/museoslab_500/Museo_Slab_500-webfont.ttf') format('truetype'),
  30.      url('../fonts/museoslab_500/Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
  31. font-weight: normal;
  32. font-style: normal;
  33. }
  34.        
  35. body, button, input, select, textarea {
  36. font: 16px/1.625 MuseoSans500 "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  37. _font-size: 1em;
  38. color: #333;
  39. }
  40.        
  41. font: 16px/1.625 MuseoSans500 "Lucida Grande"
  42. font: 16px/1.625 MuseoSans500, "Lucida Grande"
  43.                             ^^^ add this comma