|
|
59d41f |
From 94c863d34f6be9be014c7f230b98a51b6ca91bf9 Mon Sep 17 00:00:00 2001
|
|
|
59d41f |
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
|
|
|
59d41f |
Date: Wed, 8 Feb 2017 13:21:15 +0200
|
|
|
59d41f |
Subject: [PATCH 6/6] font/woff2: New type
|
|
|
59d41f |
|
|
|
59d41f |
https://www.iana.org/assignments/media-types/font/woff2
|
|
|
59d41f |
---
|
|
|
59d41f |
freedesktop.org.xml.in | 10 ++++++++++
|
|
|
59d41f |
1 file changed, 10 insertions(+)
|
|
|
59d41f |
|
|
|
59d41f |
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
|
|
|
59d41f |
index e810d2f..15652ac 100644
|
|
|
59d41f |
--- a/freedesktop.org.xml.in
|
|
|
59d41f |
+++ b/freedesktop.org.xml.in
|
|
|
59d41f |
@@ -1952,60 +1952,70 @@ command to generate the output files.
|
|
|
59d41f |
</match>
|
|
|
59d41f |
<match type="string" value="MZ" offset="0"/>
|
|
|
59d41f |
<match type="little16" value="0x521c" offset="0"/>
|
|
|
59d41f |
<match type="host16" value="0420" offset="0"/>
|
|
|
59d41f |
<match type="host16" value="0421" offset="0"/>
|
|
|
59d41f |
<match type="little16" value="0603" offset="0"/>
|
|
|
59d41f |
</magic>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
<mime-type type="application/x-fluid">
|
|
|
59d41f |
<_comment>FLTK Fluid file</_comment>
|
|
|
59d41f |
FLTK
|
|
|
59d41f |
<expanded-acronym>Fast Light Toolkit</expanded-acronym>
|
|
|
59d41f |
<sub-class-of type="text/plain"/>
|
|
|
59d41f |
<generic-icon name="x-office-document"/>
|
|
|
59d41f |
<magic priority="50">
|
|
|
59d41f |
<match type="string" value="# data file for the Fltk" offset="0"/>
|
|
|
59d41f |
</magic>
|
|
|
59d41f |
<glob pattern="*.fl"/>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
<mime-type type="font/woff">
|
|
|
59d41f |
<_comment>WOFF font</_comment>
|
|
|
59d41f |
WOFF
|
|
|
59d41f |
<expanded-acronym>Web Open Font Format</expanded-acronym>
|
|
|
59d41f |
<generic-icon name="font-x-generic"/>
|
|
|
59d41f |
<magic priority="50">
|
|
|
59d41f |
<match type="big32" value="0x774f4646" offset="0"/>
|
|
|
59d41f |
</magic>
|
|
|
59d41f |
<glob pattern="*.woff"/>
|
|
|
59d41f |
<alias type="application/font-woff"/>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
+ <mime-type type="font/woff">
|
|
|
59d41f |
+ <_comment>WOFF2 font</_comment>
|
|
|
59d41f |
+ WOFF2
|
|
|
59d41f |
+ <expanded-acronym>Web Open Font Format 2.0</expanded-acronym>
|
|
|
59d41f |
+ <generic-icon name="font-x-generic"/>
|
|
|
59d41f |
+ <magic priority="50">
|
|
|
59d41f |
+ <match type="big32" value="0x774f4632" offset="0"/>
|
|
|
59d41f |
+ </magic>
|
|
|
59d41f |
+ <glob pattern="*.woff2"/>
|
|
|
59d41f |
+ </mime-type>
|
|
|
59d41f |
<mime-type type="application/x-font-type1">
|
|
|
59d41f |
<_comment>Postscript type-1 font</_comment>
|
|
|
59d41f |
<sub-class-of type="application/postscript"/>
|
|
|
59d41f |
<generic-icon name="font-x-generic"/>
|
|
|
59d41f |
<magic priority="60">
|
|
|
59d41f |
<match type="string" value="LWFN" offset="0"/>
|
|
|
59d41f |
<match type="string" value="LWFN" offset="65"/>
|
|
|
59d41f |
<match type="string" value="%!PS-AdobeFont-1." offset="0"/>
|
|
|
59d41f |
<match type="string" value="%!PS-AdobeFont-1." offset="6"/>
|
|
|
59d41f |
<match type="string" value="%!FontType1-1." offset="0"/>
|
|
|
59d41f |
<match type="string" value="%!FontType1-1." offset="6"/>
|
|
|
59d41f |
</magic>
|
|
|
59d41f |
<glob pattern="*.pfa"/>
|
|
|
59d41f |
<glob pattern="*.pfb"/>
|
|
|
59d41f |
<glob pattern="*.gsf"/>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
<mime-type type="application/x-font-afm">
|
|
|
59d41f |
<_comment>Adobe font metrics</_comment>
|
|
|
59d41f |
<generic-icon name="font-x-generic"/>
|
|
|
59d41f |
<glob pattern="*.afm"/>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
<mime-type type="application/x-font-bdf">
|
|
|
59d41f |
<_comment>BDF font</_comment>
|
|
|
59d41f |
<generic-icon name="font-x-generic"/>
|
|
|
59d41f |
<magic priority="50">
|
|
|
59d41f |
<match type="string" value="STARTFONT\040" offset="0"/>
|
|
|
59d41f |
</magic>
|
|
|
59d41f |
<glob pattern="*.bdf"/>
|
|
|
59d41f |
</mime-type>
|
|
|
59d41f |
<mime-type type="application/x-font-dos">
|
|
|
59d41f |
--
|
|
|
59d41f |
2.21.0
|
|
|
59d41f |
|