Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit da929b5

Browse files
crisbetojelbourn
authored andcommitted
fix: missing roboto font weights (#349)
Fixes not all of the required Roboto font weights being included on the docs site.
1 parent de47852 commit da929b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ngsw-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"external": {
33
"urls": [
44
{"url": "https://fonts.googleapis.com/icon?family=Material+Icons"},
5-
{"url": "https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono"},
5+
{"url": "https://fonts.googleapis.com/css?family=Roboto:300,400,500|Roboto+Mono:300"},
66
{"url": "https://ajax.googleapis.com/ajax/libs/hammerjs/2.0.8/hammer.min.js"},
77
{"url": "https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.2.5/web-animations.min.js"}
88
]

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
sizes="192x192">
1717
<link rel="manifest" href="assets/img/favicons/manifest.json">
1818
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
19-
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono:300" rel="stylesheet">
19+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500|Roboto+Mono:300" rel="stylesheet">
2020
</head>
2121

2222
<body class="docs-app-background">

0 commit comments

Comments
 (0)