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_colinear_vectors
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/fontdata_namecheck
- com.google.fonts/check/outline_alignment_miss
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
2 | 0 | 3 | 6 | 42 | 8 | 177 |
1% | 0% | 1% | 3% | 18% | 3% | 74% |
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
⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️Detect any interpolation issues in the font.
⚠️ Kalnia[wdth,wght].ttf
-
⚠️ WARN
Interpolation issues were found in the font:
[code: interpolation-issues]- Contour 1 in glyph 'X': becomes underweight between wght=100,wdth=125 and wght=700,wdth=100. - Contour 2 in glyph 'X': becomes underweight between wght=100,wdth=125 and wght=700,wdth=100. - Contour 0 in glyph 'AE': becomes underweight between wght=100,wdth=125 and wght=700,wdth=100.
Article Checks
🔥Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
🔥 Kalnia[wdth,wght].ttf
-
⚠️ WARN
Article page is too short!
[code: length-requirements-not-met] -
🔥 FAIL
Image is too large:
2400 x 1158 pixels
Max resolution allowed:
[code: image-too-large]2048 x 1024 pixels
-
🔥 FAIL
Image is too large:
2400 x 1350 pixels
Max resolution allowed:
[code: image-too-large]2048 x 1024 pixels
-
🔥 FAIL
Image is too large:
2400 x 1350 pixels
Max resolution allowed:
[code: image-too-large]2048 x 1024 pixels
-
🔥 FAIL
Image is too large:
2400 x 1350 pixels
Max resolution allowed:
[code: image-too-large]2048 x 1024 pixels
-
✅ PASS
ok
Metadata Checks
⚠️⏩⏩ℹ️Check for codepoints not covered by METADATA subsets.
⚠️ Kalnia[wdth,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+0306 COMBINING BREVE: try adding one of: old-permic, tifinagh
- 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: tai-le, cherokee
- U+0328 COMBINING OGONEK: not included in any glyphset definition
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2030 PER MILLE SIGN: try adding adlam
- U+FB01 LATIN SMALL LIGATURE FI: not included in any glyphset definition
- U+FB02 LATIN SMALL LIGATURE FL: 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]latin
,latin-ext
,math
,menu
Glyphset Checks
💥Shapes languages in all GF glyphsets.
💥 Kalnia[wdth,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
🔥🔥⚠️⏩⏩⏩⏩⏩⏩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]
Check for presence of an ARTICLE.en_us.html file
🔥 Kalnia[wdth,wght].ttf
-
🔥 FAIL
This font has both a DESCRIPTION.en_us.html file and an ARTICLE.en_us.html file. In this case the description must be deleted.
[code: description-and-article]
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 OFL body text is correct.
⚠️ Kalnia[wdth,wght].ttf
-
⚠️ WARN
The OFL.txt body text is incorrect. Please use https://github.com/googlefonts/Unified-Font-Repository/blob/main/OFL.txt as a template. You should only modify the first line.
Lines changed:
+ \n
[code: incorrect-ofl-body-text]
Check copyright namerecords match license file.
⚠️ Kalnia[wdth,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.
💥 Kalnia[wdth,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
⚠️⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️Checking OS/2 achVendID.
⚠️ Kalnia[wdth,wght].ttf
-
⚠️ WARN
OS/2 VendorID value 'NONE' is not yet recognized. If you registered it recently, then it's safe to ignore this warning message. Otherwise, you should set it to your own unique 4 character code, and register it with Microsoft at https://www.microsoft.com/typography/links/vendorlist.aspx
[code: unknown]