UNPKG

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) 917 B
// Font Player @font-face{ font-family: @fi-font-name; src: url('@{fi-font-path}fontisto/fontisto-player.eot?v=@{fi-font-version}'); src: url('@{fi-font-path}fontisto/fontisto-player.eot?#iefix&v=@{fi-font-version}') format("embedded-opentype"), url('@{fi-font-path}fontisto/fontisto-player.ttf?v=@{fi-font-version}') format("truetype"), url('@{fi-font-path}fontisto/fontisto-player.woff?v=@{fi-font-version}') format("woff"), url('@{fi-font-path}fontisto/fontisto-player.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; }