Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: include Roboto as non-blocking <link>
Browse files Browse the repository at this point in the history
Closes #2247, temporary until #1009 is resolved
  • Loading branch information
Marcy Sutton committed Apr 13, 2015
1 parent 1b9bafb commit 5936f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/{$ doc.buildConfig.ngVersion $}/angular-aria.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/{$ doc.buildConfig.ngVersion $}/angular-messages.min.js"></script>

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=RobotoDraft:300,400,500,700,400italic">

<script src="docs.js"></script>
<script src="docs-demo-scripts.js"></script>
<link rel="stylesheet" href="docs.css">
Expand Down
2 changes: 0 additions & 2 deletions src/core/style/typography.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic');

html {
font-size: 62.5%;
line-height: 1.4;
Expand Down

0 comments on commit 5936f7a

Please sign in to comment.