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