If you think a check is flawed or have an idea for a check, please file an issue at https://github.com/fonttools/fontbakery/issues and remember to include a pointer to the repo and branch you're checking.
Summary
💥 ERROR | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|
0 | 3 | 12 | 41 | 9 | 176 |
0% | 2% | 7% | 23% | 5% | 101% |
Note: The following loglevels were omitted in this report: SKIP, INFO, PASS, DEBUG
Meaning of check results:
- 💥 An ERROR is something wrong with FontBakery itself, possibly a bug.
- 🔥 A FAIL is a problem with the font that must be fixed.
- ⚠️ A WARN is something that you should consider addressing.
- ℹ️ An INFO result simply prints something useful. Typically stats.
- ✅ A PASS means the font looks good for the given checking routine.
- ⏩ And a SKIP happens when the check does not apply to the given font.
If you get ERRORs, please help us improve the tool by reporting them at our issue tracker.
(but other kinds of bug reports and/or feature requests are also always welcome, of course!)
FontBakery version: 0.9.2
Section: Google Fonts
🔥🔥🔥⚠️⚠️⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️URLs on DESCRIPTION file must not display http(s) prefix.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
Please remove the "http(s)://" prefix from the link text "https://github.com/xconsau/KumbhSans" [code: prefix-found]
Check for METADATA subsets with zero support.
🔥 KumbhSans[YOPQ,wght].ttf
- 🔥 FAIL
Please remove the unrecognized subset 'math' from the METADATA.pb file. [code: unknown-subset]
Check for codepoints not covered by METADATA subsets.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
The following codepoints supported by the font are not covered by any subsets defined in the font's metadata file, and will never be served. You can solve this by either manually adding additional subset declarations to METADATA.pb, or by editing the glyphset definitions.
- U+02C7 CARON: try adding one of: tifinagh, canadian-aboriginal
- U+02C9 MODIFIER LETTER MACRON: not included in any glyphset definition
- U+02D8 BREVE: try adding canadian-aboriginal
- U+02D9 DOT ABOVE: try adding canadian-aboriginal
- U+02DB OGONEK: try adding canadian-aboriginal
- U+02DD DOUBLE ACUTE ACCENT: not included in any glyphset definition
- U+0300 COMBINING GRAVE ACCENT: try adding one of: tai-le, coptic, cherokee
- U+0301 COMBINING ACUTE ACCENT: try adding one of: tai-le, coptic, tifinagh, cherokee
- U+0304 COMBINING MACRON: try adding one of: gothic, coptic, tifinagh, cherokee
- U+0306 COMBINING BREVE: try adding tifinagh
- U+030A COMBINING RING ABOVE: not included in any glyphset definition
- U+030B COMBINING DOUBLE ACUTE ACCENT: try adding cherokee
- U+030C COMBINING CARON: try adding one of: tai-le, cherokee
- U+0312 COMBINING TURNED COMMA ABOVE: not included in any glyphset definition
- U+0326 COMBINING COMMA BELOW: not included in any glyphset definition
- U+0327 COMBINING CEDILLA: not included in any glyphset definition
- U+0328 COMBINING OGONEK: not included in any glyphset definition
- U+2021 DOUBLE DAGGER: not included in any glyphset definition
- U+2030 PER MILLE SIGN: not included in any glyphset definition
- U+212E ESTIMATED SYMBOL: not included in any glyphset definition
- U+FB00 LATIN SMALL LIGATURE FF: not included in any glyphset definition
- U+FB01 LATIN SMALL LIGATURE FI: not included in any glyphset definition
- U+FB02 LATIN SMALL LIGATURE FL: not included in any glyphset definition
- U+FB03 LATIN SMALL LIGATURE FFI: not included in any glyphset definition
- U+FB04 LATIN SMALL LIGATURE FFL: not included in any glyphset definition
- U+FB05 LATIN SMALL LIGATURE LONG S T: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
latin
,latin-ext
,math
,menu
[code: unreachable-subsetting]
Are there caret positions declared for every ligature?
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
GDEF table is missing, but it is mandatory to declare it on fonts that provide ligature glyphs because the caret (text cursor) positioning for each ligature must be provided in this table. [code: GDEF-missing]
Is there kerning info for non-ligated sequences?
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
GPOS table lacks kerning info for the following non-ligated sequences:
- f + f - f + i - i + f - f + l - l + f - i + l - longs + t [code: lacks-kern-info]
A static fonts directory with at least two fonts must accompany variable fonts
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
Please consider adding a subdirectory called "static/" and including in it static font files. [code: missing]
Validate defaults on fvar table match registered fallback names in GFAxisRegistry.
🔥 KumbhSans[YOPQ,wght].ttf
- 🔥 FAIL
The defaul value YOPQ:300.0 is not registered as an axis fallback name on the Google Axis Registry. You should consider suggesting the addition of this value to the registry or adopted one of the existing fallback names for this axis: [name: "Normal" value: 116.0 ] [code: not-registered]
Validate STAT particle names and values match the fallback names in GFAxisRegistry.
🔥 KumbhSans[YOPQ,wght].ttf
- 🔥 FAIL
Axis Value for 'YOPQ':'Normal' is expected to be '116.0' but this font has 'Normal'='300.0'. [code: bad-coordinate]
Ensure variable fonts include an avar table.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
This variable font does not have an avar table. [code: missing-avar]
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
This font file does not have a 'meta' table. [code: lacks-meta-table]
Section: Universal
⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩ℹ️ℹ️Does the font contain a soft hyphen?
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
This font has a 'Soft Hyphen' character. [code: softhyphen]
Detect any interpolation issues in the font.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
Interpolation issues were found in the font: - Contour 0 start point differs in glyph 'arrowup' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195db400>
- Contour 0 start point differs in glyph 'arrowup' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9750> - Contour 0 start point differs in glyph 'arrowup' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9600> - Contour 0 start point differs in glyph 'arrowup' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9510> - Contour order differs in glyph 'guillemotleft': [0, 1] in <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30>, [1, 0] in <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8f40>. - Contour 0 start point differs in glyph 'arrowdown' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195db400> - Contour 0 start point differs in glyph 'arrowdown' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9750> - Contour 0 start point differs in glyph 'arrowdown' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9600> - Contour 0 start point differs in glyph 'arrowdown' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9510> - Contour order differs in glyph 'infinity': [0, 1, 2] in <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30>, [0, 2, 1] in <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195db400>. - Contour 1 start point differs in glyph 'infinity' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195db400> - Contour 2 start point differs in glyph 'infinity' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195db400> - Contour 1 start point differs in glyph 'infinity' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9600> - Contour 2 start point differs in glyph 'infinity' between location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1198c8d30> and location <fontTools.ttLib.ttGlyphSet._TTGlyphSetGlyf object at 0x1195d9600> [code: interpolation-issues]
Check math signs have the same width.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
The most common width is 1144 among a set of 2 math glyphs. The following math glyphs have a different width, though:
Width = 1166: less, greater
Width = 1265: notequal, equal
Width = 1099: logicalnot
Width = 1006: multiply
Width = 1110: minus, divide
Width = 1352: approxequal
Width = 1247: lessequal, greaterequal [code: width-outliers]
Check accent of Lcaron, dcaron, lcaron, tcaron (derived from com.google.fonts/check/alt_caron)
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
Lcaron is decomposed and therefore could not be checked. Please check manually. [code: decomposed-outline]
- ⚠️ WARN
lcaron is decomposed and therefore could not be checked. Please check manually. [code: decomposed-outline]
- ⚠️ WARN
tcaron is decomposed and therefore could not be checked. Please check manually. [code: decomposed-outline]
- ⚠️ WARN
dcaron is decomposed and therefore could not be checked. Please check manually. [code: decomposed-outline]
Section: Shaping Checks
⚠️⏩⏩⏩⏩Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
⚠️ KumbhSans[YOPQ,wght].ttf
- ⚠️ WARN
The dot of soft dotted characters used in orthographies must disappear in the following strings: i̊ i̋ j̀ j́ j̃ j̄ j̈ į̀ į́ į̂ į̃ į̄ į̌
The dot of soft dotted characters should disappear in other cases, for example: ĭ i̇ ǐ i̒ ĭ̦ i̦̇ i̦̊ i̦̋ ǐ̦ i̦̒ ĭ̧ i̧̇ i̧̊ i̧̋ ǐ̧ i̧̒ j̆ j̇ j̊ j̋
Your font does not cover the following languages that require the soft-dotted feature: Belarusian (Cyrl, 10,064,517 speakers), Ukrainian (Cyrl, 29,273,587 speakers), Basaa (Latn, 332,940 speakers), Igbo (Latn, 27,823,640 speakers), Lithuanian (Latn, 2,357,094 speakers), Aghem (Latn, 38,843 speakers), Dutch (Latn, 31,709,104 speakers), Navajo (Latn, 166,319 speakers). [code: soft-dotted]