Fossil SCM
Add otf (OpenType font) mime type.
Commit
422785d5dfafc5116a145aa96b75f89527bcddd4d0f471a34149a019f35167db
Parent
17f98784c2d62cb…
1 file changed
+1
+1
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -200,10 +200,11 @@ | ||
| 200 | 200 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 201 | 201 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 202 | 202 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 203 | 203 | { "ogg", 3, "application/ogg" }, |
| 204 | 204 | { "ogm", 3, "application/ogg" }, |
| 205 | + { "otf", 3, "font/otf" }, | |
| 205 | 206 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 206 | 207 | { "pdb", 3, "chemical/x-pdb" }, |
| 207 | 208 | { "pdf", 3, "application/pdf" }, |
| 208 | 209 | { "pgm", 3, "image/x-portable-graymap" }, |
| 209 | 210 | { "pgn", 3, "application/x-chess-pgn" }, |
| 210 | 211 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -200,10 +200,11 @@ | |
| 200 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 201 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 202 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 203 | { "ogg", 3, "application/ogg" }, |
| 204 | { "ogm", 3, "application/ogg" }, |
| 205 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 206 | { "pdb", 3, "chemical/x-pdb" }, |
| 207 | { "pdf", 3, "application/pdf" }, |
| 208 | { "pgm", 3, "image/x-portable-graymap" }, |
| 209 | { "pgn", 3, "application/x-chess-pgn" }, |
| 210 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -200,10 +200,11 @@ | |
| 200 | { "odp", 3, "application/vnd.oasis.opendocument.presentation" }, |
| 201 | { "ods", 3, "application/vnd.oasis.opendocument.spreadsheet" }, |
| 202 | { "odt", 3, "application/vnd.oasis.opendocument.text" }, |
| 203 | { "ogg", 3, "application/ogg" }, |
| 204 | { "ogm", 3, "application/ogg" }, |
| 205 | { "otf", 3, "font/otf" }, |
| 206 | { "pbm", 3, "image/x-portable-bitmap" }, |
| 207 | { "pdb", 3, "chemical/x-pdb" }, |
| 208 | { "pdf", 3, "application/pdf" }, |
| 209 | { "pgm", 3, "image/x-portable-graymap" }, |
| 210 | { "pgn", 3, "application/x-chess-pgn" }, |
| 211 |