max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+4 insertions,
-0 deletions
| @@ -88,6 +88,10 @@ | |||
| 88 | 88 | Some("map") => "application/json; charset=utf-8", | |
| 89 | 89 | Some("woff2") => "font/woff2", | |
| 90 | 90 | Some("ttf") => "font/ttf", | |
| 91 | + | // The OFL text shipped beside each self-hosted face. Served so the | |
| 92 | + | // licence a visitor is pointed at is readable in a browser rather than | |
| 93 | + | // downloaded as an opaque blob. | |
| 94 | + | Some("txt") => "text/plain; charset=utf-8", | |
| 91 | 95 | _ => "application/octet-stream", | |
| 92 | 96 | } | |
| 93 | 97 | } |