24 lines
672 B
Markdown
24 lines
672 B
Markdown
# Poppins Font Files
|
|
|
|
This directory should contain the following Poppins font files:
|
|
|
|
- `Poppins-Regular.ttf`
|
|
- `Poppins-Medium.ttf`
|
|
- `Poppins-SemiBold.ttf`
|
|
- `Poppins-Bold.ttf`
|
|
|
|
## How to Download Poppins Fonts
|
|
|
|
1. Go to [Google Fonts - Poppins](https://fonts.google.com/specimen/Poppins)
|
|
2. Click "Download family" button
|
|
3. Extract the ZIP file
|
|
4. Copy the following files to this directory:
|
|
- `Poppins-Regular.ttf`
|
|
- `Poppins-Medium.ttf`
|
|
- `Poppins-SemiBold.ttf`
|
|
- `Poppins-Bold.ttf`
|
|
|
|
## Alternative: Use System Fonts
|
|
|
|
If you prefer to use system fonts instead, you can modify `pubspec.yaml` to remove the fonts section and use the default system fonts.
|