Skip to content

Commit

Permalink
Correct Google font CDN URL as 600 is not used
Browse files Browse the repository at this point in the history
The 600 in the URL doesn't seem to do anything and material UI does not use 600 any way. Remove it from the recommended CDN URL.

Signed-off-by: Hong Xu <[email protected]>
  • Loading branch information
xuhdev authored Jan 30, 2024
1 parent c479c9b commit e60a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/typography/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To install Roboto through the Google Web Fonts CDN, add the following code insid
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
```

Expand Down

0 comments on commit e60a780

Please sign in to comment.