• Hi, I’ve tried your plug in to authorize font ttf and oft files and it doesn’t work. Thanks u for your help.

    otf	= font/oft
    fft	= font/ttf
    
Viewing 1 replies (of 1 total)
  • Plugin Author kimipooh

    (@kimipooh)

    Make sure that the MIME Type of the font you are trying to upload is correct by doing the following

    If you upload a file with the “debug output” checkbox in the plugin settings temporarily, the MIME-type recognized by WordPress will be displayed(turn it off after check the mime type). For example, if you have ttf font files on hand, it will say “font/sfnt”, and for otf, it will say “application/vnd.ms-opentype”.

    In these cases

    otf = application/vnd.ms-opentype
    ttf = font/sfnt

    Alternatively, if you want to ignore WordPress’ MIME type checking, disable the setting “Enable the attempt to determine the real file type of a file by WordPress core”.

Viewing 1 replies (of 1 total)
  • The topic ‘oft ttf doesn’t work’ is closed to new replies.