# ABILITY Plugin - Local Font Files

## Comic Sans MS (local font)

To use a local copy of Comic Sans MS as the dyslexia-friendly font (without any external CDN calls):

1. Ensure you have a valid license/right to use and self-host Comic Sans MS.
2. Place the font file(s) in this directory (`assets/fonts/`).

### Supported file names (choose one or more):
- `ComicSansMS-Regular.woff2` (preferred, best compression)
- `ComicSansMS-Regular.woff`
- `ComicSansMS-Regular.ttf`
- `ComicSansMS-Regular.otf`

The plugin will automatically detect and use the first matching local font file if present. If no local Comic Sans MS font file is found, the browser will fall back to the system-installed “Comic Sans MS” font (if available) or to the standard system UI stack defined in the CSS.

### Important:
- Comic Sans MS is a proprietary font. This plugin does not ship the font file and does not download it from any external CDN.
- You are responsible for complying with the font’s license when uploading and using it on your server.

