Skip to content

Commit

Permalink
[docs] Fix incorrect rendering in Typography docs (#44937)
Browse files Browse the repository at this point in the history
Signed-off-by: Imran Aziz <[email protected]>
  • Loading branch information
iaziz11 authored Jan 4, 2025
1 parent 7968611 commit 5d892ca
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 @@ -49,7 +49,7 @@ Fontsource can be configured to load specific subsets, weights, and styles. Mate

### Google Web Fonts

To install Roboto through the Google Web Fonts CDN, add the following code inside your project's <head /> tag:
To install Roboto through the Google Web Fonts CDN, add the following code inside your project's `<head />` tag:

```html
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 5d892ca

Please sign in to comment.