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.
DEPRECATION WARNING
By late-December 2024, FontBakery version 0.13.0 introduced a new naming scheme for the check-IDs.
Fontbakery detected usage of old IDs and performed an automatic backwards-compatibility translation for you.
This automatic translation will be deprecated in the next major release.
Please start using the new check-IDs as documented at /Lib/fontbakery/legacy_checkids.py
The following legacy check-IDs were detected:
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/fontdata_namecheck
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_alignment_miss
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/outline_jaggy_segments
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
2 | 0 | 2 | 10 | 38 | 7 | 179 |
1% | 0% | 1% | 4% | 16% | 3% | 75% |
Meaning of check results:
- 💥 An ERROR is something wrong with FontBakery itself, possibly a bug.
- ☠ A FATAL is an extremely severe issue that must be addressed immediately.
- 🔥 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.13.1
Universal Profile Checks
⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️Check if uppercase glyphs are vertically centered.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
Uppercase glyphs are not vertically centered in the em box.
[code: vertical-metrics-not-centered]
Ensure variable fonts include an avar table.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
This variable font does not have an avar table. Most variable fonts should include an avar table to correctly define axes progression rates.
[code: missing-avar]
Check math signs have the same width.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
The most common width is 572 among a set of 6 math glyphs. The following math glyphs have a different width, though:
Width = 322: minus
[code: width-outliers]
Check there are no overlapping path segments
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
The following glyphs have overlapping path segments:
[code: overlapping-path-segments]* bha_cakra_u.ns: L<<1172.0,71.0>--<1085.0,71.0>> has the same coordinates as a previous segment.
Check font contains no unreachable glyphs
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
The following glyphs could not be reached by codepoint or substitution rules:
[code: unreachable-glyphs]- cakra.ns - nbspace
Article Checks
⚠️Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
Article page is too short!
[code: length-requirements-not-met] -
⚠️ WARN
Article page lacks visual assets.
[code: missing-visual-asset] -
✅ PASS
ok
Metadata Checks
⚠️⏩⏩⏩ℹ️Check for codepoints not covered by METADATA subsets.
⚠️ NotoSansJavanese[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+02D8 BREVE: try adding one of: canadian-aboriginal, yi
- U+02D9 DOT ABOVE: try adding one of: canadian-aboriginal, yi
- U+02DB OGONEK: try adding one of: canadian-aboriginal, yi
- U+0302 COMBINING CIRCUMFLEX ACCENT: try adding one of: math, coptic, cherokee, tifinagh
- U+0306 COMBINING BREVE: try adding one of: old-permic, tifinagh
- U+0307 COMBINING DOT ABOVE: try adding one of: canadian-aboriginal, malayalam, duployan, old-permic, hebrew, coptic, syriac, math, tifinagh, tai-le, todhri
- U+030A COMBINING RING ABOVE: try adding one of: syriac, duployan
- U+030B COMBINING DOUBLE ACUTE ACCENT: try adding one of: cherokee, osage
- U+030C COMBINING CARON: try adding one of: cherokee, tai-le
- U+0312 COMBINING TURNED COMMA ABOVE: try adding math
- U+0326 COMBINING COMMA BELOW: try adding math
- U+0327 COMBINING CEDILLA: try adding math
- U+0328 COMBINING OGONEK: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
[code: unreachable-subsetting]javanese
,latin
,latin-ext
,menu
Glyphset Checks
💥Shapes languages in all GF glyphsets.
💥 NotoSansJavanese[wght].ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/vendorspecific/googlefonts/glyphsets/shape_languages.py", line 19, in check_glyphsets_shape_languages from shaperglot.checker import Checker
Description Checks
🔥🔥⚠️⏩Does DESCRIPTION file contain broken links?
🔥 NotoSansJavanese[wght].ttf
-
🔥 FAIL
The following links are broken in the article file: https://scriptsource.org/scr/Java (status code: 403)
[code: broken-links]
DESCRIPTION.en_us.html should end in a linebreak.
⚠️ METADATA.pb
-
⚠️ WARN
The last characther on DESCRIPTION.en_us.html is not a line-break. Please add it.
[code: missing-eof-linebreak]
DESCRIPTION.en_us.html must have more than 200 bytes.
🔥 METADATA.pb
-
🔥 FAIL
DESCRIPTION.en_us.html must have size larger than 200 bytes.
[code: too-short]
Licensing Checks
⚠️⏩Check copyright namerecords match license file.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
Please consider updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
Shaping Checks
💥⏩⏩⏩Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
💥 NotoSansJavanese[wght].ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/soft_dotted.py", line 144, in check_soft_dotted from shaperglot.checker import Checker
Font File Checks
⚠️⏩⏩⏩⏩ℹ️ℹ️ℹ️Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ NotoSansJavanese[wght].ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]