You are here

stylesheet.css in Weather 7.3

Same filename and directory in other branches
  1. 7.2 assets/meteocons/stylesheet.css
@font-face {
    font-family: 'MeteoconsRegular';
    src: url('meteocons-webfont.eot');
    src: url('meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('meteocons-webfont.woff') format('woff'),
         url('meteocons-webfont.ttf') format('truetype'),
         url('meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

File

assets/meteocons/stylesheet.css
View source
  1. @font-face {
  2. font-family: 'MeteoconsRegular';
  3. src: url('meteocons-webfont.eot');
  4. src: url('meteocons-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('meteocons-webfont.woff') format('woff'),
  6. url('meteocons-webfont.ttf') format('truetype'),
  7. url('meteocons-webfont.svg#MeteoconsRegular') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }