Merge "Disable the extra font loading for paper-styles"

This commit is contained in:
Tao Zhou
2019-10-11 13:26:06 +00:00
committed by Gerrit Code Review

View File

@@ -17,6 +17,9 @@
(function() {
'use strict';
// Disable extra font load from paper-styles
window.polymerSkipLoadingFontRoboto = true;
Polymer({
is: 'gr-app-p2',
});