weather-icons-core.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @font-face {
  2. font-family: "weathericons";
  3. src: url("../font/weathericons-regular-webfont.eot");
  4. src: url("../font/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/weathericons-regular-webfont.woff2") format("woff2"), url("../font/weathericons-regular-webfont.woff") format("woff"), url("../font/weathericons-regular-webfont.ttf") format("truetype"), url("../font/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  5. font-weight: normal;
  6. font-style: normal; }
  7. .wi {
  8. display: inline-block;
  9. font-family: "weathericons";
  10. font-style: normal;
  11. font-weight: normal;
  12. line-height: 1;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale; }
  15. .wi-fw {
  16. width: 1.4em;
  17. text-align: center; }
  18. .wi-rotate-90 {
  19. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  20. -webkit-transform: rotate(90deg);
  21. -ms-transform: rotate(90deg);
  22. transform: rotate(90deg); }
  23. .wi-rotate-180 {
  24. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  25. -webkit-transform: rotate(180deg);
  26. -ms-transform: rotate(180deg);
  27. transform: rotate(180deg); }
  28. .wi-rotate-270 {
  29. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  30. -webkit-transform: rotate(270deg);
  31. -ms-transform: rotate(270deg);
  32. transform: rotate(270deg); }
  33. .wi-flip-horizontal {
  34. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  35. -webkit-transform: scale(-1, 1);
  36. -ms-transform: scale(-1, 1);
  37. transform: scale(-1, 1); }
  38. .wi-flip-vertical {
  39. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  40. -webkit-transform: scale(1, -1);
  41. -ms-transform: scale(1, -1);
  42. transform: scale(1, -1); }
  43. /*# sourceMappingURL=weather-icons-core.css.map */