Skip to content

Commit

Permalink
Fix #290
Browse files Browse the repository at this point in the history
  • Loading branch information
yscoder committed Aug 12, 2017
1 parent 4f8a36d commit 95ec5b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-material-indigo",
"version": "1.6.12",
"version": "1.6.13",
"description": "Material Design theme for Hexo.",
"keywords": [
"hexo",
Expand Down
6 changes: 3 additions & 3 deletions source/css/_partial/fontawesome.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

@font-face {
font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype');
src: url('@{fa-font-path}/fontawesome-webfont.woff2') format('woff2'),
url('@{fa-font-path}/fontawesome-webfont.woff') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 95ec5b8

Please sign in to comment.