Skip to content

Commit

Permalink
Added CSS, fonts and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 11, 2018
1 parent 06bd0b1 commit d1c4858
Show file tree
Hide file tree
Showing 13 changed files with 532 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
"build-css": "lessc src/style/index.less src/index.css", "build-css": "lessc src/style/index.less src/index.css",
"watch-css": "npm run build-css && grunt", "watch-css": "npm run build-css && grunt",
"storybook": "start-storybook -p 6006", "storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook" "build-storybook": "build-storybook"
}, },
"dependencies": { "dependencies": {
Expand Down
Binary file added public/font/OpenSans-Light-webfont.eot
Binary file not shown.
252 changes: 252 additions & 0 deletions public/font/OpenSans-Light-webfont.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 public/font/OpenSans-Light-webfont.ttf
Binary file not shown.
Binary file added public/font/OpenSans-Light-webfont.woff
Binary file not shown.
Binary file added public/font/OpenSans-Regular-webfont.eot
Binary file not shown.
252 changes: 252 additions & 0 deletions public/font/OpenSans-Regular-webfont.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 public/font/OpenSans-Regular-webfont.ttf
Binary file not shown.
Binary file added public/font/OpenSans-Regular-webfont.woff
Binary file not shown.
Binary file added public/icon/todos.eot
Binary file not shown.
27 changes: 27 additions & 0 deletions public/icon/todos.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 public/icon/todos.ttf
Binary file not shown.
Binary file added public/icon/todos.woff
Binary file not shown.

0 comments on commit d1c4858

Please sign in to comment.