Skip to content

Commit

Permalink
Limit web fonts to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Oct 5, 2015
1 parent 9ef9605 commit ba30604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/active_material/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

WebFontConfig = {
google: { families: [ 'RobotoDraft:regular,bold,italic,thin,light,bolditalic,black,medium:latin' ] }
google: { families: [ 'RobotoDraft:regular,medium,bold,italic:latin' ] }
};

(function() {
Expand Down

0 comments on commit ba30604

Please sign in to comment.