Ignore:
Timestamp:
Feb 26, 2011, 11:14:00 AM (13 years ago)
Author:
geofft
Message:
Add .ttf and .otf font file types
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/scripts-static-cat/StaticCat.hs

    r1592 r1784  
    5050         (".mpeg", "video/mpeg"),
    5151         (".mpg", "video/mpeg"),
     52         (".otf", "application/octet-stream"),
    5253         (".pdf", "application/pdf"),
    5354         (".png", "image/png"),
     
    6061         (".tif", "image/tiff"),
    6162         (".tiff", "image/tiff"),
     63         (".ttf", "application/octet-stream"),
    6264         (".wav", "audio/x-wav"),
    6365         (".wmv", "video/x-ms-wmv"),
Note: See TracChangeset for help on using the changeset viewer.