27 lines
651 B
CSS
Raw Normal View History

2018-01-26 15:50:15 +01:00
@font-face {
font-family: 'sow-typicons';
src:url('font/typicons.eot?map0iz');
src:url('font/typicons.eot?#iefixmap0iz') format('embedded-opentype'),
url('font/typicons.woff?map0iz') format('woff'),
url('font/typicons.ttf?map0iz') format('truetype');
font-weight: normal;
font-style: normal;
}
.sow-icon-typicons {
font-family: 'sow-typicons';
display: inline-block;
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;
}
.sow-icon-typicons[data-sow-icon]:before {
content: attr(data-sow-icon);
}