Skip to content

Commit

Permalink
Adjust font family for Devicons
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 29, 2016
1 parent af97068 commit 9e10790
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public String getFontResourcePath() {

@Override
public String getFontFamily() {
return "icomoon";
return "Devicons";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
* Devicons 1.8.0 made by Theodore Vorillas / http://vorillaz.com
*/
@font-face {
font-family: 'devicons';
font-family: 'Devicons';
src: url("../fonts/devicons.eot?xqxft6");
src: url("../fonts/devicons.eot?#iefixxqxft6") format("embedded-opentype"), url("../fonts/devicons.woff?xqxft6") format("woff"), url("../fonts/devicons.ttf?xqxft6") format("truetype"), url("../fonts/devicons.svg?xqxft6#devicons") format("svg");
font-weight: normal;
font-style: normal;
}

.devicons {
font-family: 'devicons';
font-family: 'Devicons';
speak: none;
font-style: normal;
font-weight: normal;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit 9e10790

Please sign in to comment.