Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created June 4, 2015 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonlemay/c066ce83db52b2a4c6ad to your computer and use it in GitHub Desktop.
Save jasonlemay/c066ce83db52b2a4c6ad to your computer and use it in GitHub Desktop.
var icons = {
name: 'icons',
type: 'icomoon',
path: './../src/main/resources/com/arcbees/gwttheo/example/client/resources/theme/fonts/icons',
header: '@def ICONS_TTF resourceUrl("iconsTtf");\n@def ICONS_EOT resourceUrl("iconsEot");\n@def ICONS_WOFF resourceUrl("iconsWoff");\n@def ICONS_SVG resourceUrl("iconsSvg");\n\n@font-face {\n font-family: \'icons\';\n src: ICONS_EOT;\n src: ICONS_WOFF format(\'woff\'),\n ICONS_TTF format(\'truetype\'),\n ICONS_SVG format(\'svg\');\n}\n\n@external \'icon*\';'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment