Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

non-standard font type application/x-font-ttf #41

Closed GoogleCodeExporter closed 1 year ago

GoogleCodeExporter commented 9 years ago
Problems
========
ERROR: .css: Font-face reference ops/fonts/ARIALUNI.TTFto non-standard font 
type application/x-font-ttf
ERROR: .css: Font-face reference ops/fonts/CharisSIL_Regular.ttfto non-standard 
font type application/x-font-ttf
ERROR: .css: Font-face reference ops/fonts/CharisSIL_Bold.ttfto non-standard 
font type application/x-font-ttf
ERROR: .css: Font-face reference ops/fonts/CharisSIL_Italic.ttfto non-standard 
font type application/x-font-ttf
ERROR: .css: Font-face reference ops/fonts/CharisSIL_Bold_Italic.ttfto 
non-standard font type application/x-font-ttf

Valid
=====
<item id="font1" href="fonts/ARIALUNI.TTF" 
media-type="application/vnd.ms-opentype"/>
<item id="font2" href="fonts/CharisSILB.ttf" 
media-type="application/vnd.ms-opentype"/>
<item id="font3" href="fonts/CharisSILBI.ttf" 
media-type="application/vnd.ms-opentype"/>
<item id="font4" href="fonts/CharisSILI.ttf" 
media-type="application/vnd.ms-opentype"/>
<item id="font5" href="fonts/CharisSILR.ttf" 
media-type="application/vnd.ms-opentype"/>

Original issue reported on code.google.com by Jeevanan...@gmail.com on 18 Mar 2014 at 8:50

kevinhendricks commented 1 year ago

Closed as this repo is being archived.