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 | 8 | 17 | 61 | 8 | 147 |
0% | 4% | 9% | 34% | 4% | 82% |
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
🔥🔥🔥🔥🔥🔥⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️DESCRIPTION.en_us.html should end in a linebreak.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The last characther on DESCRIPTION.en_us.html is not a line-break. Please add it. [code: missing-eof-linebreak]
Check Google Fonts glyph coverage.
🔥 Asar-Regular.ttf
- 🔥 FAIL
Missing required codepoints:
- 0x0308 (COMBINING DIAERESIS) - 0x0300 (COMBINING GRAVE ACCENT) - 0x0301 (COMBINING ACUTE ACCENT) - 0x030B (COMBINING DOUBLE ACUTE ACCENT) - 0x0304 (COMBINING MACRON) - 0x1E9E (LATIN CAPITAL LETTER SHARP S) - 0x0302 (COMBINING CIRCUMFLEX ACCENT) - 0x030C (COMBINING CARON) - 0x0306 (COMBINING BREVE) - 0x030A (COMBINING RING ABOVE) - 0x0303 (COMBINING TILDE) - 0x0312 (COMBINING TURNED COMMA ABOVE) - 0x0326 (COMBINING COMMA BELOW) - 0x0327 (COMBINING CEDILLA) - 0x0328 (COMBINING OGONEK)
[code: missing-codepoints]
Check for codepoints not covered by METADATA subsets.
⚠️ Asar-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+0090 : not included in any glyphset definition
- 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+0307 COMBINING DOT ABOVE: try adding one of: malayalam, tifinagh, coptic, canadian-aboriginal, tai-le
- U+03C0 GREEK SMALL LETTER PI: try adding greek
- U+201B SINGLE HIGH-REVERSED-9 QUOTATION MARK: 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+203C DOUBLE EXCLAMATION MARK: not included in any glyphset definition
- U+2105 CARE OF: not included in any glyphset definition
- U+2116 NUMERO SIGN: try adding cyrillic
- U+2120 SERVICE MARK: not included in any glyphset definition
- U+2126 OHM SIGN: not included in any glyphset definition
- U+212E ESTIMATED SYMBOL: not included in any glyphset definition
- U+2153 VULGAR FRACTION ONE THIRD: not included in any glyphset definition
- U+2190 LEFTWARDS ARROW: not included in any glyphset definition
- U+2192 RIGHTWARDS ARROW: not included in any glyphset definition
- U+2202 PARTIAL DIFFERENTIAL: not included in any glyphset definition
- U+2206 INCREMENT: not included in any glyphset definition
- U+220F N-ARY PRODUCT: not included in any glyphset definition
- U+2211 N-ARY SUMMATION: not included in any glyphset definition
- U+221A SQUARE ROOT: not included in any glyphset definition
- U+221E INFINITY: not included in any glyphset definition
- U+222B INTEGRAL: not included in any glyphset definition
- U+2248 ALMOST EQUAL TO: not included in any glyphset definition
- U+2260 NOT EQUAL TO: not included in any glyphset definition
- U+2264 LESS-THAN OR EQUAL TO: not included in any glyphset definition
- U+2265 GREATER-THAN OR EQUAL TO: not included in any glyphset definition
- U+25CA LOZENGE: not included in any glyphset definition
- U+F6C3 : 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
Or you can add the above codepoints to one of the subsets supported by the font:
devanagari
,latin
,latin-ext
,menu
[code: unreachable-subsetting]
Check license file has good copyright string.
🔥 Asar-Regular.ttf
- 🔥 FAIL
First line in license file is:
"copyright (c) 2014-2015, sorkin type co (sorkintype.com | sorkintype@gmail.com). copyright 2014 pria ravichandran (pria.ravichandran@gmail.com). asar is a trademark of sorkin type co."
which does not match the expected format, similar to:
"Copyright 2022 The Familyname Project Authors (git url)" [code: bad-format]
Check OFL body text is correct.
🔥 Asar-Regular.ttf
- 🔥 FAIL
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. [code: incorrect-ofl-body-text]
Check copyright namerecords match license file.
🔥 Asar-Regular.ttf
- 🔥 FAIL
License file OFL.txt exists but NameID 13 (LICENSE DESCRIPTION) value on platform 1 (MACINTOSH) is not specified for that. Value was: "Licenced under the SIL Open Font License, Version 1.1, available with a FAQ at: https://scripts.sil.org/OFL" Must be changed to "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL" [code: wrong]
- 🔥 FAIL
License file OFL.txt exists but NameID 13 (LICENSE DESCRIPTION) value on platform 3 (WINDOWS) is not specified for that. Value was: "Licenced under the SIL Open Font License, Version 1.1, available with a FAQ at: https://scripts.sil.org/OFL" Must be changed to "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL" [code: wrong]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=3, enc=1, name=13] [code: http-in-description]
- ⚠️ WARN
For now we're still accepting http URLs, but you should consider using https instead. [code: http]
License URL matches License text on name table?
⚠️ Asar-Regular.ttf
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=3, enc=1, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=3, enc=1, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13] [code: http-in-description]
- ⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=3, enc=1, name=13] [code: http-in-description]
Font has old ttfautohint applied?
⚠️ Asar-Regular.ttf
- ⚠️ WARN
ttfautohint used in font = 1.3; latest = 1.8.4; Need to re-run with the newer version! [code: old-ttfa]
Copyright notices match canonical pattern in METADATA.pb
🔥 Asar-Regular.ttf
- 🔥 FAIL
METADATA.pb: Copyright notices should match a pattern similar to: "Copyright 2020 The Familyname Project Authors (git url)" But instead we have got: "copyright (c) 2014-2015, sorkin type co (sorkintype.com | sorkintype@gmail.com). copyright 2014 pria ravichandran (pria.ravichandran@gmail.com)" [code: bad-notice-format]
Copyright notices match canonical pattern in fonts
🔥 Asar-Regular.ttf
- 🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to: "Copyright 2019 The Familyname Project Authors (git url)" But instead we have got: "Copyright (c) 2014-2015, Sorkin Type Co (sorkintype.com | sorkintype@gmail.com). Copyright 2014 Pria Ravichandran (pria.ravichandran@gmail.com)" [code: bad-notice-format]
- 🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to: "Copyright 2019 The Familyname Project Authors (git url)" But instead we have got: "Copyright (c) 2014-2015, Sorkin Type Co (sorkintype.com | sorkintype@gmail.com). Copyright 2014 Pria Ravichandran (pria.ravichandran@gmail.com)" [code: bad-notice-format]
A static fonts directory with at least two fonts must accompany variable fonts
⚠️ Asar-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.
⚠️ Asar-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 Stylistic Sets have description.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
- ⚠️ WARN
The stylistic set ss01 lacks a description string on the 'name' table. [code: missing-description]
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
This font file does not have a 'meta' table. [code: lacks-meta-table]
Section: Universal
🔥⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩ℹ️ℹ️Check font contains no unreachable glyphs
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The following glyphs could not be reached by codepoint or substitution rules:
- I.uc - caron.cap - caronvertical - circumflex.cap - dieresis.cap - dotaccent.cap - dv_Na.post - dv_Ra.post - dv_SsKra.NEP - dv_TR.half.alt - dv_Ya.post - f_f_i_dflt - f_i_trk - hungarumlaut.cap - i.cy - i.dot - macron.cap - ring.cap - uni0000
[code: unreachable-glyphs]
Check if each glyph has the recommended amount of contours.
🔥 Asar-Regular.ttf
- 🔥 FAIL
The following glyphs have no contours even though they were expected to have some:
- Glyph name: parenright Expected: 1 - Glyph name: braceright Expected: 1 - Glyph name: braceright Expected: 1 - Glyph name: parenright 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: uni00AD Contours detected: 1 Expected: 0 - Glyph name: Eng Contours detected: 2 Expected: 1 - Glyph name: uni0904 Contours detected: 4 Expected: 1 - Glyph name: uni0905 Contours detected: 2 Expected: 1 - Glyph name: uni0906 Contours detected: 2 Expected: 1 - Glyph name: uni0907 Contours detected: 2 Expected: 1 - Glyph name: uni0908 Contours detected: 3 Expected: 1 - Glyph name: uni090D Contours detected: 4 Expected: 2 - Glyph name: uni090E Contours detected: 3 Expected: 1 - Glyph name: uni0910 Contours detected: 2 Expected: 1 - Glyph name: uni0911 Contours detected: 5 Expected: 2 - Glyph name: uni0912 Contours detected: 4 Expected: 1 - Glyph name: uni0913 Contours detected: 3 Expected: 1 - Glyph name: uni0914 Contours detected: 3 Expected: 1 - Glyph name: uni091B Contours detected: 3 Expected: 2 - Glyph name: uni091D Contours detected: 3 Expected: 2 - Glyph name: uni091E Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 2 Expected: 1 - Glyph name: uni0928 Contours detected: 2 Expected: 1 - Glyph name: uni0929 Contours detected: 3 Expected: 2 - Glyph name: uni092D Contours detected: 3 Expected: 1 - Glyph name: uni092E Contours detected: 3 Expected: 2 - Glyph name: uni0936 Contours detected: 3 Expected: 2 - Glyph name: uni0939 Contours detected: 2 Expected: 1 - Glyph name: uni0942 Contours detected: 2 Expected: 1 - Glyph name: uni0945 Contours detected: 3 Expected: 1 - Glyph name: uni0946 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 3 Expected: 1 - Glyph name: uni094B Contours detected: 2 Expected: 1 - Glyph name: uni094C Contours detected: 2 Expected: 1 - Glyph name: uni094F Contours detected: 3 Expected: 1 - Glyph name: uni0950 Contours detected: 4 Expected: 3 - Glyph name: uni0955 Contours detected: 4 Expected: 2 - Glyph name: uni0967 Contours detected: 3 Expected: 1 - Glyph name: uni0969 Contours detected: 3 Expected: 1 - Glyph name: uni096A Contours detected: 3 Expected: 2 - Glyph name: uni0970 Contours detected: 3 Expected: 2 - Glyph name: uni0972 Contours detected: 5 Expected: 2 - Glyph name: uni0973 Contours detected: 2 Expected: 1 - Glyph name: uni0974 Contours detected: 2 Expected: 1 - Glyph name: uni0975 Contours detected: 4 Expected: 1 - Glyph name: uni0976 Contours detected: 3 Expected: 2 - Glyph name: uni0977 Contours detected: 4 Expected: 3 - Glyph name: uni097B Contours detected: 2 Expected: 1 - Glyph name: uni097C Contours detected: 2 Expected: 1 - Glyph name: uni097F Contours detected: 4 Expected: 3 - Glyph name: uni20A9 Contours detected: 6 Expected: 1, 3, 4 or 7 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: arrowleft Contours detected: 2 Expected: 1 - Glyph name: arrowup Contours detected: 2 Expected: 1 - Glyph name: arrowright Contours detected: 2 Expected: 1 - Glyph name: arrowdown Contours detected: 2 Expected: 1 - Glyph name: uni25CC Contours detected: 8 Expected: 16 or 12 - Glyph name: Eng Contours detected: 2 Expected: 1 - Glyph name: arrowdown Contours detected: 2 Expected: 1 - Glyph name: arrowup Contours detected: 2 Expected: 1 - Glyph name: fi Contours detected: 2 Expected: 3 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: uni0904 Contours detected: 4 Expected: 1 - Glyph name: uni0905 Contours detected: 2 Expected: 1 - Glyph name: uni0906 Contours detected: 2 Expected: 1 - Glyph name: uni0907 Contours detected: 2 Expected: 1 - Glyph name: uni0908 Contours detected: 3 Expected: 1 - Glyph name: uni090D Contours detected: 4 Expected: 2 - Glyph name: uni090E Contours detected: 3 Expected: 1 - Glyph name: uni0910 Contours detected: 2 Expected: 1 - Glyph name: uni0911 Contours detected: 5 Expected: 2 - Glyph name: uni0912 Contours detected: 4 Expected: 1 - Glyph name: uni0913 Contours detected: 3 Expected: 1 - Glyph name: uni0914 Contours detected: 3 Expected: 1 - Glyph name: uni091B Contours detected: 3 Expected: 2 - Glyph name: uni091D Contours detected: 3 Expected: 2 - Glyph name: uni091E Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 2 Expected: 1 - Glyph name: uni0928 Contours detected: 2 Expected: 1 - Glyph name: uni0929 Contours detected: 3 Expected: 2 - Glyph name: uni092D Contours detected: 3 Expected: 1 - Glyph name: uni092E Contours detected: 3 Expected: 2 - Glyph name: uni0936 Contours detected: 3 Expected: 2 - Glyph name: uni0939 Contours detected: 2 Expected: 1 - Glyph name: uni0942 Contours detected: 2 Expected: 1 - Glyph name: uni0945 Contours detected: 3 Expected: 1 - Glyph name: uni0946 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 3 Expected: 1 - Glyph name: uni094B Contours detected: 2 Expected: 1 - Glyph name: uni094C Contours detected: 2 Expected: 1 - Glyph name: uni094F Contours detected: 3 Expected: 1 - Glyph name: uni0950 Contours detected: 4 Expected: 3 - Glyph name: uni0955 Contours detected: 4 Expected: 2 - Glyph name: uni0967 Contours detected: 3 Expected: 1 - Glyph name: uni0969 Contours detected: 3 Expected: 1 - Glyph name: uni096A Contours detected: 3 Expected: 2 - Glyph name: uni0970 Contours detected: 3 Expected: 2 - Glyph name: uni0972 Contours detected: 5 Expected: 2 - Glyph name: uni0973 Contours detected: 2 Expected: 1 - Glyph name: uni0974 Contours detected: 2 Expected: 1 - Glyph name: uni0975 Contours detected: 4 Expected: 1 - Glyph name: uni0976 Contours detected: 3 Expected: 2 - Glyph name: uni0977 Contours detected: 4 Expected: 3 - Glyph name: uni097B Contours detected: 2 Expected: 1 - Glyph name: uni097C Contours detected: 2 Expected: 1 - Glyph name: uni097F Contours detected: 4 Expected: 3 - Glyph name: uni20A9 Contours detected: 6 Expected: 1, 3, 4 or 7 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: uni25CC Contours detected: 8 Expected: 16 or 12
[code: contour-count]
Does the font contain a soft hyphen?
⚠️ Asar-Regular.ttf
- ⚠️ WARN
This font has a 'Soft Hyphen' character. [code: softhyphen]
Check math signs have the same width.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The most common width is 582 among a set of 6 math glyphs. The following math glyphs have a different width, though:
Width = 566: less, greater
Width = 642: notequal, equal
Width = 512: multiply
Width = 509: minus
Width = 666: approxequal [code: width-outliers]
Check accent of Lcaron, dcaron, lcaron, tcaron (derived from com.google.fonts/check/alt_caron)
⚠️ Asar-Regular.ttf
- ⚠️ WARN
dcaron 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
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]
Section: fontbakery.profiles.gdef
⚠️⚠️⚠️Check glyphs in mark glyph class are non-spacing.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The following spacing glyphs may be in the GDEF mark glyph class by mistake: uni0971 (U+0971), uni0976 (U+0976) and uni0977 (U+0977) [code: spacing-mark-glyphs]
Check mark characters are in GDEF mark glyph class.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The following mark characters could be in the GDEF mark glyph class: uni0307 (U+0307) [code: mark-chars]
Check GDEF mark glyph class doesn't have characters that are not marks.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The following non-mark characters should not be in the GDEF mark glyph class: U+0971, U+0976 and U+0977 [code: non-mark-chars]
Section: fontbakery.profiles.gpos
⚠️Does GPOS table have kerning information? This check skips monospaced fonts as defined by post.isFixedPitch value
⚠️ Asar-Regular.ttf
- ⚠️ WARN
GPOS table lacks kerning information. [code: lacks-kern-info]
Section: Shaping Checks
🔥⚠️⏩⏩⏩Ensure dotted circle glyph is present and can attach marks.
🔥 Asar-Regular.ttf
- 🔥 FAIL
The following glyphs could not be attached to the dotted circle glyph:
- uni0090 - uni0901 - uni0902 - uni093A - uni093C - uni0941 - uni0942 - uni0943 - uni0944 - uni0945 - uni0946 - uni0947 - uni0948 - uni094D - uni0951 - uni0952 - uni0955 - uni0956 - uni0957 - uni0962 - uni0963 [code: unattached-dotted-circle-marks]
Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
⚠️ Asar-Regular.ttf
- ⚠️ WARN
The dot of soft dotted characters should disappear in other cases, for example: i̇ j̇ į̇
Your font does not cover the following languages that require the soft-dotted feature: Lithuanian (Latn, 2,357,094 speakers), Ukrainian (Cyrl, 29,273,587 speakers), Belarusian (Cyrl, 10,064,517 speakers), Navajo (Latn, 166,319 speakers), Aghem (Latn, 38,843 speakers), Basaa (Latn, 332,940 speakers), Dutch (Latn, 31,709,104 speakers), Igbo (Latn, 27,823,640 speakers). [code: soft-dotted]