Skip to content

Commit

Permalink
Merge pull request #116 from DeviaVir/remove-roboto
Browse files Browse the repository at this point in the history
Remove roboto - Fixes #104
  • Loading branch information
Hai Nguyen committed Dec 15, 2014
2 parents f3812f9 + aa98033 commit b144c87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/src/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
</head>

<body>
<script>
var WebFontConfig = {
google: { families: [ 'Roboto:400,300,500:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<script src="app.js"></script>
</body>

Expand Down
1 change: 0 additions & 1 deletion src/less/variables/custom-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// This is place to put any variable overrides as well.

//Typography
@import url('http://fonts.googleapis.com/css?family=Roboto:300,400,500');
@headingFontFamily: 'Roboto', sans-serif;
@contentFontFamily: 'Roboto', sans-serif;

Expand Down

0 comments on commit b144c87

Please sign in to comment.