UNPKG

iconfonts

Version:

Fine-tuned icon fonts integration for Sass, Less and Stylus.

36 lines (25 loc) 797 B
# The file format ``` js { // The value of `font-family`. "name": "Ionicons", // Version is used as a cachebuster. `?v=1.4.1` is appended to the URL. "version": "1.4.1", // Prefix for the mixins. In this example, the mixin will be `ion-font`. "prefix": "ion", // Website. Not used, but good to have. "site": "http://ionicons.com/fonts", // CDN path. Leave this blank ("") if not applicable. "path": "//code.ionicframework.com/ionicons/1.4.1/fonts/", // The filename base in the CDN. In this example, it will look // for `ionicons.ttf`, `ionicons.svg`, and so on. "basename": "ionicons", // The name of the SVG page in the SVG version. "svghash": "#Ionicons", // Not really used, but nice to have. "nativesize": "32px", "icons": { // ... } } ```