| Index: third_party/polymer/components/font-roboto/roboto.html
|
| diff --git a/third_party/polymer/components/font-roboto/roboto.html b/third_party/polymer/components/font-roboto/roboto.html
|
| index 7a24999fffd2f9bd74455e3916fb17c40332dd93..b67cb0d99e8f508dc41317fc9a3a3ec45afad261 100644
|
| --- a/third_party/polymer/components/font-roboto/roboto.html
|
| +++ b/third_party/polymer/components/font-roboto/roboto.html
|
| @@ -7,5 +7,4 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
| 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="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">
|
| -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700">
|
| +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">
|
|
|