Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#1 - 2",
"font-roboto": "PolymerElements/font-roboto#^1.0.1",
"font-roboto-local": "PolymerElements/font-roboto-local#^1.0.1",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion classes/typography.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
* classes/typography.html
*/

/// <reference path="../../font-roboto/roboto.d.ts" />
/// <reference path="../../font-roboto-local/roboto.d.ts" />

2 changes: 1 addition & 1 deletion classes/typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../font-roboto/roboto.html">
<link rel="import" href="../../font-roboto-local/roboto.html">

<!--
Note that this file probably doesn't do what you expect it to do. It's not
Expand Down
2 changes: 1 addition & 1 deletion typography.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*/

/// <reference path="../polymer/types/polymer.d.ts" />
/// <reference path="../font-roboto/roboto.d.ts" />
/// <reference path="../font-roboto-local/roboto.d.ts" />

2 changes: 1 addition & 1 deletion typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../font-roboto/roboto.html">
<link rel="import" href="../font-roboto-local/roboto.html">

<!--
Typographic styles are provided matching the Material Design standard styles:
Expand Down