Skip to content

Commit

Permalink
Update typography.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes authored Aug 15, 2024
1 parent c76b870 commit 8be40ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/faststore/docs/reference/global-tokens/typography.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ export default WebFonts;

3. In your custom theme file, usually `src/themes/custom-theme.scss`, use the `--fs-text-face-body` token with the `font-family` you chose.

<Callout type="info" emoji="ℹ️">
We recommend using [fallback fonts](https://developer.chrome.com/blog/font-fallbacks/#background) as system fonts to ensure quick rendering, consistent and readable content.
</Callout>
> ℹ️ We recommend using [fallback fonts](https://developer.chrome.com/blog/font-fallbacks/#background) as system fonts to ensure quick rendering, consistent and readable content.
```css
@layer theme {
Expand Down

0 comments on commit 8be40ae

Please sign in to comment.