Blob Blame History Raw
From eba157babfaf5bff143bf7843ca67fc344377d62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Wed, 8 Feb 2017 13:09:34 +0200
Subject: [PATCH 3/6] font/otf: Use IANA registered type

https://www.iana.org/assignments/media-types/font/otf
---
 freedesktop.org.xml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 452714a..8d2568b 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -2027,68 +2027,69 @@ command to generate the output files.
     <_comment>LIBGRX font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="\x14\x02\x59\x19" offset="0"/>
     </magic>
   </mime-type>
   <mime-type type="application/x-font-linux-psf">
     <_comment>Linux PSF console font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="\x36\x04" offset="0"/>
     </magic>
     <glob pattern="*.psf"/>
   </mime-type>
   <mime-type type="application/x-gz-font-linux-psf">
     <_comment>Linux PSF console font (gzip-compressed)</_comment>
     <sub-class-of type="application/gzip"/>
     <generic-icon name="font-x-generic"/>
     <glob pattern="*.psf.gz"/>
   </mime-type>
   <mime-type type="application/x-font-pcf">
     <_comment>PCF font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="\001fcp" offset="0"/>
     </magic>
     <glob pattern="*.pcf"/>
     <glob pattern="*.pcf.Z"/>
     <glob pattern="*.pcf.gz"/>
   </mime-type>
-  <mime-type type="application/x-font-otf">
+  <mime-type type="font/otf">
     <_comment>OpenType font</_comment>
     <sub-class-of type="font/ttf"/>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="OTTO" offset="0"/>
     </magic>
     <glob pattern="*.otf"/>
+    <alias type="application/x-font-otf"/>
   </mime-type>
   <mime-type type="application/x-font-speedo">
     <_comment>Speedo font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="D1.0\015" offset="0"/>
     </magic>
     <glob pattern="*.spd"/>
   </mime-type>
   <mime-type type="application/x-font-sunos-news">
     <_comment>SunOS News font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="StartFont" offset="0"/>
       <match type="string" value="\x13\x7A\x29" offset="0"/>
       <match type="string" value="\x13\x7A\x2B" offset="8"/>
     </magic>
   </mime-type>
   <mime-type type="application/x-font-tex">
     <_comment>TeX font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="\367\203" offset="0"/>
       <match type="string" value="\367\131" offset="0"/>
       <match type="string" value="\367\312" offset="0"/>
     </magic>
   </mime-type>
   <mime-type type="application/x-font-tex-tfm">
     <_comment>TeX font metrics</_comment>
     <generic-icon name="font-x-generic"/>
-- 
2.21.0