# Font Files

This directory should contain font files for the photocard generator.

## Required Fonts

1. **NotoSans-Regular.ttf** - For regular text (date, category, site name)
2. **NotoSans-Bold.ttf** - For title text

## How to Add Fonts

Download the Noto Sans fonts from Google Fonts:
https://fonts.google.com/noto/specimen/Noto+Sans

Or use any TrueType (.ttf) fonts you prefer. Just make sure to name them:
- `NotoSans-Regular.ttf`
- `NotoSans-Bold.ttf`

Or update the font file names in `class-mid-photocard-generator.php` if using different fonts.

## Alternative

If you want to support multiple languages (including Bengali, as shown in your example), use:
- **Noto Sans Bengali** - https://fonts.google.com/noto/specimen/Noto+Sans+Bengali
- Save as: `NotoSans-Regular.ttf` and `NotoSans-Bold.ttf`

This will properly render text in multiple scripts including Latin, Bengali, Arabic, etc.
