Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Ratchicons to fonts/ #393

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ module.exports = function(grunt) {
},

copy: {
fonts: {
expand: true,
src: 'fonts/*',
dest: 'dist/'
},
docs: {
expand: true,
cwd: 'dist',
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/assets/css/docs.min.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file added fonts/ratchicons.eot
Binary file not shown.
61 changes: 61 additions & 0 deletions fonts/ratchicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fonts/ratchicons.ttf
Binary file not shown.
Binary file added fonts/ratchicons.woff
Binary file not shown.
10 changes: 5 additions & 5 deletions sass/ratchicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down