fontisto
Version:
Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
24 lines (23 loc) • 875 B
text/less
// Font
@font-face{
font-family: @fi-font-name;
src: url('@{fi-font-path}fontisto/fontisto.eot?v=@{fi-font-version}');
src: url('@{fi-font-path}fontisto/fontisto.eot?#iefix&v=@{fi-font-version}') format("embedded-opentype"),
url('@{fi-font-path}fontisto/fontisto.ttf?v=@{fi-font-version}') format("truetype"),
url('@{fi-font-path}fontisto/fontisto.woff?v=@{fi-font-version}') format("woff"),
url('@{fi-font-path}fontisto/fontisto.svg?v=@{fi-font-version}#fontisto') format("svg");
}
.@{fi-css-prefix}{
display: inline-block;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: @fi-font-line-height;
font-family: @fi-font-name;
font-size: @fi-font-size;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}