chakra-ui / chakra-ui-docs

Documentation website for chakra ui
https://chakra-ui.com
MIT License
300 stars 478 forks source link

Update using-fonts.mdx #1689

Closed rumanstheddy closed 5 months ago

rumanstheddy commented 6 months ago

Closes # 1dfaea44ce25d9fdd0333ad4c9061c592c9298ea

📝 Description

Added import statements for the installed fonts from fontsource in the code snippet. The installed fonts wouldn't work in my project unless I added these import statements, so I thought it might help others who come across a similar situation as mine.

⛳️ Current behavior (updates)

Updating the documentation by adding 2 import statements in a code snippet.

🚀 New behavior

Updates the documentation adding 2 import statements in a code snippet.

💣 Is this a breaking change (Yes/No):

No

📝 Additional Information

This change is being proposed for the Using Fonts section of the documentation.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chakra-ui-docs ❌ Failed (Inspect) Jan 4, 2024 5:03pm
cschroeter commented 5 months ago

@rumanstheddy

Thanks mate