﻿/**
 * @file icon.css
 */

@font-face {
    font-family: "fontello";
    src: url("fontello.eot"); /* IE9 */
    src: url("fontello-1.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("fontello.woff") format("woff"), /* chrome、firefox */
    url("fontello.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fontello.svg") format("svg"); /* iOS 4.1- */
}


.icon {
    font-family: "fontello" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 92px;
    display: block;
}


.icon-palije:before {
  content: "\e800";
}

.icon-pinceta:before {
  content: "\e801";
}

.icon-klesta:before {
  content: "\e802";
}

.icon-freza:before {
  content: "\e803";
}

.icon-brener:before {
  content: "\e804";
}

.icon-varnitza:before {
  content: "\e805";
}

.icon-sestar:before {
  content: "\e806";
}

.icon-building:before {
  content: "\e807";
}

.icon-uniE808:before {
  content: "\e808";
}



