blob: 7e591388d589c53f76727ba4dfbcbdd20142c0b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* icon font from fontello */
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello.eot');
src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'),
url('../fonts/fontello.woff') format('woff'),
url('../fonts/fontello.ttf') format('truetype'),
url('../fonts/fontello.svg#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
|