Blob Blame History Raw
From a96dabb669a7a9b48807eb534223de8ad2e80474 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:14:33 +0200
Subject: [PATCH 4/6] font/woff: Use new IANA registered type

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

diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 8d2568b..e5629f0 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -1941,69 +1941,70 @@ command to generate the output files.
     <generic-icon name="application-x-executable"/>
     <magic priority="40">
       <match type="string" value="\177ELF" offset="0">
         <match type="byte" value="1" offset="5">
           <match type="little16" value="2" offset="16"/>
         </match>
       </match>
       <match type="string" value="\177ELF" offset="0">
         <match type="byte" value="2" offset="5">
           <match type="big16" value="2" offset="16"/>
         </match>
       </match>
       <match type="string" value="MZ" offset="0"/>
       <match type="little16" value="0x521c" offset="0"/>
       <match type="host16" value="0420" offset="0"/>
       <match type="host16" value="0421" offset="0"/>
       <match type="little16" value="0603" offset="0"/>
     </magic>
   </mime-type>
   <mime-type type="application/x-fluid">
     <_comment>FLTK Fluid file</_comment>
     <acronym>FLTK</acronym>
     <expanded-acronym>Fast Light Toolkit</expanded-acronym>
     <sub-class-of type="text/plain"/>
     <generic-icon name="x-office-document"/>
     <magic priority="50">
       <match type="string" value="# data file for the Fltk" offset="0"/>
     </magic>
     <glob pattern="*.fl"/>
   </mime-type>
-  <mime-type type="application/font-woff">
+  <mime-type type="font/woff">
     <_comment>WOFF font</_comment>
     <acronym>WOFF</acronym>
     <expanded-acronym>Web Open Font Format</expanded-acronym>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="big32" value="0x774f4646" offset="0"/>
     </magic>
     <glob pattern="*.woff"/>
+    <alias type="application/font-woff"/>
   </mime-type>
   <mime-type type="application/x-font-type1">
     <_comment>Postscript type-1 font</_comment>
     <sub-class-of type="application/postscript"/>
     <generic-icon name="font-x-generic"/>
     <magic priority="60">
       <match type="string" value="LWFN" offset="0"/>
       <match type="string" value="LWFN" offset="65"/>
       <match type="string" value="%!PS-AdobeFont-1." offset="0"/>
       <match type="string" value="%!PS-AdobeFont-1." offset="6"/>
       <match type="string" value="%!FontType1-1." offset="0"/>
       <match type="string" value="%!FontType1-1." offset="6"/>
     </magic>
     <glob pattern="*.pfa"/>
     <glob pattern="*.pfb"/>
     <glob pattern="*.gsf"/>
   </mime-type>
   <mime-type type="application/x-font-afm">
     <_comment>Adobe font metrics</_comment>
     <generic-icon name="font-x-generic"/>
     <glob pattern="*.afm"/>
   </mime-type>
   <mime-type type="application/x-font-bdf">
     <_comment>BDF font</_comment>
     <generic-icon name="font-x-generic"/>
     <magic priority="50">
       <match type="string" value="STARTFONT\040" offset="0"/>
     </magic>
     <glob pattern="*.bdf"/>
   </mime-type>