Move fonts.css out of @import so that it can load async
Change-Id: Id0269f846d02194607e4f6e3819435a914f2add0
This commit is contained in:
parent
2c6e16282a
commit
29a1f982bb
@ -20,6 +20,7 @@ limitations under the License.
|
||||
<meta name="description" content="Gerrit Code Review">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
|
||||
<link rel="stylesheet" href="/styles/fonts.css">
|
||||
<link rel="stylesheet" href="/styles/main.css">
|
||||
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="/elements/gr-app.html">
|
||||
|
@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
@import "fonts.css";
|
||||
|
||||
*,
|
||||
*::after,
|
||||
*::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user