Skip to content

Commit 2bc0f32

Browse files
author
abrulic
committed
updated documentation
1 parent c4b88d5 commit 2bc0f32

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/05-customization-tips.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,7 @@ Modify the footer or header components to include:
267267
### Change Font
268268

269269
1. Add font files to `resources/fonts/`
270-
2. Update `tailwind.css`:
271-
272-
```css
273-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
274-
275-
@theme {
276-
--font-sans: "Inter", system-ui, sans-serif;
277-
}
278-
```
270+
2. Update `tailwind.css` or `fonts.ts`:
279271

280272
## Development Workflow Tips
281273

0 commit comments

Comments
 (0)