Merge "Remove font load from paper-styles"
This commit is contained in:
@@ -16,6 +16,9 @@ limitations under the License.
|
||||
-->
|
||||
<script>
|
||||
window.Gerrit = window.Gerrit || {};
|
||||
|
||||
// Disable extra font load from paper-styles
|
||||
window.polymerSkipLoadingFontRoboto = true;
|
||||
</script>
|
||||
|
||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||
|
||||
@@ -17,9 +17,6 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
// Disable extra font load from paper-styles
|
||||
window.polymerSkipLoadingFontRoboto = true;
|
||||
|
||||
Polymer({
|
||||
is: 'gr-app-p2',
|
||||
});
|
||||
|
||||
@@ -29,6 +29,9 @@ limitations under the License.
|
||||
};
|
||||
}
|
||||
window.Gerrit = window.Gerrit || {};
|
||||
|
||||
// Disable extra font load from paper-styles
|
||||
window.polymerSkipLoadingFontRoboto = true;
|
||||
</script>
|
||||
|
||||
<link rel="import" href="/bower_components/polymer/polymer.html">
|
||||
|
||||
Reference in New Issue
Block a user