Skip to content

Commit 24aab79

Browse files
authoredJan 13, 2021
fix: use new Google Fonts snippet (#900)
Updates to the newer version of the Google Fonts snippet. Related to #21479.
1 parent f5abaa3 commit 24aab79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎material.angular.io/src/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@
4848
<meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml?v=8.2.3">
4949
<meta name="theme-color" content="#3f51b5">
5050

51+
<link rel="preconnect" href="https://fonts.gstatic.com">
52+
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
5153
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=block" rel="stylesheet">
52-
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono:400&display=swap" rel="stylesheet">
5354

54-
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
55-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
5655
<!--Structured Data-->
5756
<script type="application/ld+json">
5857
{

0 commit comments

Comments
 (0)