View Single Post
Old 12-28-2019, 07:42 AM   #3
Vroni
Banned
Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'
 
Posts: 168
Karma: 10010
Join Date: Oct 2018
Device: Tolino/PRS 650/Tablet
Hi,

i added the file with sigil and the original item looks like this

Code:
<item id="SourceCodePro-Regular.otf" href="Fonts/SourceCodePro-Regular.otf" media-type="font/otf"/>
Flightcrew is complaining that the mimetype isnt correct, changing it to the suggest value

Code:
<item id="SourceCodePro-Regular.otf" href="Fonts/SourceCodePro-Regular.otf" media-type="application/vnd.ms-opentype"/>
is fixing my "problem" with bk.font_iter()

So is this a bug in sigil not choosing the right mimetype? As i said, i added the fontfile with sigil.
Attached Files
File Type: epub testfont.epub (100.8 KB, 242 views)
Vroni is offline   Reply With Quote