diff --git a/Gruntfile.js b/Gruntfile.js index 60bed31..57a1351 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -69,6 +69,11 @@ module.exports = function(grunt) { }, copy: { + fonts: { + expand: true, + src: 'fonts/*', + dest: 'dist/' + }, docs: { expand: true, cwd: 'dist', diff --git a/dist/ratchicons/ratchicons.eot b/dist/fonts/ratchicons.eot similarity index 100% rename from dist/ratchicons/ratchicons.eot rename to dist/fonts/ratchicons.eot diff --git a/dist/ratchicons/ratchicons.svg b/dist/fonts/ratchicons.svg similarity index 100% rename from dist/ratchicons/ratchicons.svg rename to dist/fonts/ratchicons.svg diff --git a/dist/ratchicons/ratchicons.ttf b/dist/fonts/ratchicons.ttf similarity index 100% rename from dist/ratchicons/ratchicons.ttf rename to dist/fonts/ratchicons.ttf diff --git a/dist/ratchicons/ratchicons.woff b/dist/fonts/ratchicons.woff similarity index 100% rename from dist/ratchicons/ratchicons.woff rename to dist/fonts/ratchicons.woff diff --git a/docs/dist/ratchicons/ratchicons.eot b/docs/dist/fonts/ratchicons.eot similarity index 100% rename from docs/dist/ratchicons/ratchicons.eot rename to docs/dist/fonts/ratchicons.eot diff --git a/docs/dist/ratchicons/ratchicons.svg b/docs/dist/fonts/ratchicons.svg similarity index 100% rename from docs/dist/ratchicons/ratchicons.svg rename to docs/dist/fonts/ratchicons.svg diff --git a/docs/dist/ratchicons/ratchicons.ttf b/docs/dist/fonts/ratchicons.ttf similarity index 100% rename from docs/dist/ratchicons/ratchicons.ttf rename to docs/dist/fonts/ratchicons.ttf diff --git a/docs/dist/ratchicons/ratchicons.woff b/docs/dist/fonts/ratchicons.woff similarity index 100% rename from docs/dist/ratchicons/ratchicons.woff rename to docs/dist/fonts/ratchicons.woff diff --git a/fonts/ratchicons.eot b/fonts/ratchicons.eot new file mode 100644 index 0000000..536e572 Binary files /dev/null and b/fonts/ratchicons.eot differ diff --git a/fonts/ratchicons.svg b/fonts/ratchicons.svg new file mode 100644 index 0000000..3abf5dd --- /dev/null +++ b/fonts/ratchicons.svg @@ -0,0 +1,61 @@ + + + +Copyright (C) 2014 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/ratchicons.ttf b/fonts/ratchicons.ttf new file mode 100644 index 0000000..927eb58 Binary files /dev/null and b/fonts/ratchicons.ttf differ diff --git a/fonts/ratchicons.woff b/fonts/ratchicons.woff new file mode 100644 index 0000000..25f1e75 Binary files /dev/null and b/fonts/ratchicons.woff differ diff --git a/sass/ratchicons.scss b/sass/ratchicons.scss index 5f729e9..94ef497 100644 --- a/sass/ratchicons.scss +++ b/sass/ratchicons.scss @@ -4,11 +4,11 @@ @font-face { font-family: Ratchicons; - src: url("ratchicons/ratchicons.eot"); - src: url("ratchicons/ratchicons.eot?#iefix") format("embedded-opentype"), - url("ratchicons/ratchicons.woff") format("woff"), - url("ratchicons/ratchicons.ttf") format("truetype"), - url("ratchicons/ratchicons.svg#svgFontName") format("svg"); + src: url("fonts/ratchicons.eot"); + src: url("fonts/ratchicons.eot?#iefix") format("embedded-opentype"), + url("fonts/ratchicons.woff") format("woff"), + url("fonts/ratchicons.ttf") format("truetype"), + url("fonts/ratchicons.svg#svgFontName") format("svg"); font-weight: normal; font-style: normal; }