We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e5254 commit 2094698Copy full SHA for 2094698
1 file changed
src/main/java/com/adobe/epubcheck/opf/OPFChecker30.java
@@ -592,8 +592,7 @@ public static boolean isBlessedFontType(String type)
592
return type.equals("font/otf") || type.equals("font/ttf") || type.equals("font/woff")
593
|| type.equals("font/woff2") || type.equals("application/font-sfnt")
594
|| type.equals("application/font-woff") || type.equals("application/vnd.ms-opentype")
595
- || type.equals("application/x-font-ttf")
596
- || type.equals("image/svg+xml");
+ || type.equals("application/x-font-ttf");
597
}
598
599
public static boolean isBlessedScriptType(String type)
0 commit comments