From fbb813fb0686f02b9674020f36741d26dc4151e0 Mon Sep 17 00:00:00 2001 From: Garrett Smith Date: Fri, 3 Mar 2017 11:22:01 -0600 Subject: [PATCH] Remove roboto dependency from paper-styles The roboto font is a dependency on a hard-coded CDN. Applications can add the dependency and include the font as needed, rather than rely paper-styles, which is used extensively throughout the Polymer components. This is similar to other fonts listed in default styles that might not be available on a system by default, but can be resolved externally at the application level. This change does not provide backward compatibility or a deprecation period. --- bower.json | 1 - classes/typography.html | 1 - typography.html | 1 - 3 files changed, 3 deletions(-) diff --git a/bower.json b/bower.json index 83a51a6..1d59344 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,6 @@ ], "dependencies": { "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", - "font-roboto": "PolymerElements/font-roboto#^1.0.1", "polymer": "Polymer/polymer#^1.0.0" }, "devDependencies": { diff --git a/classes/typography.html b/classes/typography.html index b399395..8872a52 100644 --- a/classes/typography.html +++ b/classes/typography.html @@ -7,7 +7,6 @@ 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 --> - -