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 | 2 | 11 | 62 | 9 | 157 |
0% | 1% | 6% | 35% | 5% | 88% |
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
🔥⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️Check for codepoints not covered by METADATA subsets.
⚠️ GajrajOne-Regular.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: canadian-aboriginal, tifinagh
- 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: cherokee, coptic, tai-le
- U+0301 COMBINING ACUTE ACCENT: try adding one of: cherokee, coptic, tifinagh, tai-le
- U+0302 COMBINING CIRCUMFLEX ACCENT: try adding one of: cherokee, coptic, tifinagh
- U+0303 COMBINING TILDE: not included in any glyphset definition
- U+0304 COMBINING MACRON: try adding one of: cherokee, coptic, tifinagh, gothic
- U+0306 COMBINING BREVE: try adding tifinagh
- U+0307 COMBINING DOT ABOVE: try adding one of: canadian-aboriginal, malayalam, tifinagh, coptic, tai-le
- U+0308 COMBINING DIAERESIS: try adding one of: coptic, tai-le, gothic
- 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: cherokee, tai-le
- 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+0394 GREEK CAPITAL LETTER DELTA: try adding greek
- U+03A9 GREEK CAPITAL LETTER OMEGA: try adding greek
- U+03BC GREEK SMALL LETTER MU: try adding greek
- U+03C0 GREEK SMALL LETTER PI: try adding greek
- U+2021 DOUBLE DAGGER: not included in any glyphset definition
- U+2030 PER MILLE SIGN: not included in any glyphset definition
- U+2070 SUPERSCRIPT ZERO: not included in any glyphset definition
- U+2075 SUPERSCRIPT FIVE: not included in any glyphset definition
- U+2076 SUPERSCRIPT SIX: not included in any glyphset definition
- U+2077 SUPERSCRIPT SEVEN: not included in any glyphset definition
- U+2078 SUPERSCRIPT EIGHT: not included in any glyphset definition
- U+2079 SUPERSCRIPT NINE: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
devanagari
,latin
,latin-ext
,menu
[code: unreachable-subsetting]
METADATA.pb: Check URL on copyright string is the same as in repository_url field.
🔥 GajrajOne-Regular.ttf
- 🔥 FAIL
Value of repository_url field is https://github.com/xconsau/GajrajOne
But font copyright string has: https://github.com/xconsau/gajrajone [code: mismatch]
A static fonts directory with at least two fonts must accompany variable fonts
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
Please consider adding a subdirectory called "static/" and including in it static font files. [code: missing]
On a family update, the DESCRIPTION.en_us.html file should ideally also be updated.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
The DESCRIPTION.en_us.html file in this family has not changed in comparison to the latest font release on the google/fonts github repo. Please consider mentioning note-worthy improvements made to the family recently. [code: description-not-updated]
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
This font file does not have a 'meta' table. [code: lacks-meta-table]
Section: Universal
🔥⚠️⚠️⚠️⏩⏩⏩⏩⏩ℹ️ℹ️Check if each glyph has the recommended amount of contours.
🔥 GajrajOne-Regular.ttf
- 🔥 FAIL
The following glyphs have no contours even though they were expected to have some:
- Glyph name: macronmod Expected: 1 - Glyph name: commaturnedabovecomb Expected: 1 - Glyph name: pi Expected: 1 - Glyph name: pi Expected: 1
[code: no-contour]
- ⚠️ WARN
This check inspects the glyph outlines and detects the total number of contours in each of them. The expected values are infered from the typical ammounts of contours observed in a large collection of reference font families. The divergences listed below may simply indicate a significantly different design on some of your glyphs. On the other hand, some of these may flag actual bugs in the font such as glyphs mapped to an incorrect codepoint. Please consider reviewing the design and codepoint assignment of these to make sure they are correct.
The following glyphs do not have the recommended number of contours:
- Glyph name: X Contours detected: 3 Expected: 1 - Glyph name: Y Contours detected: 2 Expected: 1 - Glyph name: g Contours detected: 1 Expected: 2 or 3 - Glyph name: x Contours detected: 3 Expected: 1 - Glyph name: Yacute Contours detected: 3 Expected: 2 - Glyph name: aogonek Contours detected: 3 Expected: 2 - Glyph name: eogonek Contours detected: 3 Expected: 2 - Glyph name: gcircumflex Contours detected: 2 Expected: 3 or 4 - Glyph name: gbreve Contours detected: 2 Expected: 3 or 4 - Glyph name: gdotaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: gcommaaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: Uogonek Contours detected: 2 Expected: 1 - Glyph name: uogonek Contours detected: 2 Expected: 1 - Glyph name: Ycircumflex Contours detected: 3 Expected: 2 - Glyph name: Ydieresis Contours detected: 4 Expected: 3 - Glyph name: Kha.dv Contours detected: 2 Expected: 1 or 3 - Glyph name: Cha.dv Contours detected: 1 Expected: 2 - Glyph name: Ttha.dv Contours detected: 1 Expected: 2 - Glyph name: Bha.dv Contours detected: 2 Expected: 1 - Glyph name: Sa.dv Contours detected: 1 Expected: 2 - Glyph name: KhaNukta.dv Contours detected: 3 Expected: 2 or 4 - Glyph name: Nau.dv Contours detected: 1 Expected: 2 - Glyph name: uni097F Contours detected: 2 Expected: 3 - Glyph name: Ygrave Contours detected: 3 Expected: 2 - Glyph name: circledotted Contours detected: 8 Expected: 16 or 12 - Glyph name: Uogonek Contours detected: 2 Expected: 1 - Glyph name: X Contours detected: 3 Expected: 1 - Glyph name: Y Contours detected: 2 Expected: 1 - Glyph name: Yacute Contours detected: 3 Expected: 2 - Glyph name: Ycircumflex Contours detected: 3 Expected: 2 - Glyph name: Ydieresis Contours detected: 4 Expected: 3 - Glyph name: Ygrave Contours detected: 3 Expected: 2 - Glyph name: aogonek Contours detected: 3 Expected: 2 - Glyph name: eogonek Contours detected: 3 Expected: 2 - Glyph name: g Contours detected: 1 Expected: 2 or 3 - Glyph name: gbreve Contours detected: 2 Expected: 3 or 4 - Glyph name: gcircumflex Contours detected: 2 Expected: 3 or 4 - Glyph name: gdotaccent Contours detected: 2 Expected: 3 or 4 - Glyph name: uni097F Contours detected: 2 Expected: 3 - Glyph name: uogonek Contours detected: 2 Expected: 1 - Glyph name: x Contours detected: 3 Expected: 1
[code: contour-count]
Does the font contain a soft hyphen?
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
This font has a 'Soft Hyphen' character. [code: softhyphen]
Check math signs have the same width.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
The most common width is 520 among a set of 3 math glyphs. The following math glyphs have a different width, though:
Width = 637: greater, less
Width = 480: equal
Width = 516: logicalnot
Width = 458: multiply
Width = 460: minus [code: width-outliers]
Check accent of Lcaron, dcaron, lcaron, tcaron (derived from com.google.fonts/check/alt_caron)
⚠️ GajrajOne-Regular.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: fontbakery.profiles.gdef
⚠️⚠️⚠️Check glyphs in mark glyph class are non-spacing.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
The following spacing glyphs may be in the GDEF mark glyph class by mistake: acute (U+00B4), breve (U+02D8), caron (U+02C7), cedilla (U+00B8), circumflex (U+02C6), commaaccentcomb (U+0326), dieresis (U+00A8), dotaccent (U+02D9), grave (U+0060), hungarumlaut (U+02DD), macron (U+00AF), ogonek (U+02DB), ring (U+02DA) and tilde (U+02DC) [code: spacing-mark-glyphs]
Check mark characters are in GDEF mark glyph class.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
The following mark characters could be in the GDEF mark glyph class: Nukta.dv (U+093C), acutecomb (U+0301), brevecomb (U+0306), caroncomb (U+030C), cedillacomb (U+0327), circumflexcomb (U+0302), commaturnedabovecomb (U+0312), dieresiscomb (U+0308), dotaccentcomb (U+0307), gravecomb (U+0300), hungarumlautcomb (U+030B), macroncomb (U+0304), ogonekcomb (U+0328), ringcomb (U+030A), tildecomb (U+0303), uni0953 (U+0953), uni0954 (U+0954), uni0956 (U+0956) and uni0957 (U+0957) [code: mark-chars]
Check GDEF mark glyph class doesn't have characters that are not marks.
⚠️ GajrajOne-Regular.ttf
- ⚠️ WARN
The following non-mark characters should not be in the GDEF mark glyph class: U+0060, U+00A8, U+00AF, U+00B4, U+00B8, U+02C6, U+02C7, U+02D8, U+02D9, U+02DA, U+02DB, U+02DC and U+02DD [code: non-mark-chars]
Section: Shaping Checks
⚠️⏩⏩⏩Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
⚠️ GajrajOne-Regular.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: Igbo (Latn, 27,823,640 speakers), Basaa (Latn, 332,940 speakers), Navajo (Latn, 166,319 speakers), Lithuanian (Latn, 2,357,094 speakers), Belarusian (Cyrl, 10,064,517 speakers), Dutch (Latn, 31,709,104 speakers), Ukrainian (Cyrl, 29,273,587 speakers), Aghem (Latn, 38,843 speakers). [code: soft-dotted]