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/ttx_roundtrip
- com.google.fonts/check/outline_alignment_miss
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/fontdata_namecheck
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/outline_semi_vertical
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
4 | 0 | 7 | 39 | 161 | 25 | 440 |
1% | 0% | 1% | 6% | 24% | 4% | 65% |
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 each glyph has the recommended amount of contours.
⚠️ Gupter-Medium.ttf
-
⚠️ 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:
[code: contour-count]- Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: fi Contours detected: 2 Expected: 3 - Glyph name: fl Contours detected: 1 Expected: 2 - Glyph name: uni00AD Contours detected: 1 Expected: 0
⚠️ Gupter-Bold.ttf
-
⚠️ 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:
[code: contour-count]- Glyph name: g Contours detected: 4 Expected: 2 or 3 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: fi Contours detected: 2 Expected: 3 - Glyph name: fl Contours detected: 1 Expected: 2 - Glyph name: g Contours detected: 4 Expected: 2 or 3 - Glyph name: uni00AD Contours detected: 1 Expected: 0
⚠️ Gupter-Regular.ttf
-
⚠️ 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:
[code: contour-count]- Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: fi Contours detected: 2 Expected: 3 - Glyph name: fl Contours detected: 1 Expected: 2 - Glyph name: uni00AD Contours detected: 1 Expected: 0
Does the font contain a soft hyphen?
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
This font has a 'Soft Hyphen' character.
[code: softhyphen]
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
This font has a 'Soft Hyphen' character.
[code: softhyphen]
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
This font has a 'Soft Hyphen' character.
[code: softhyphen]
Are there unwanted tables?
🔥 Gupter-Medium.ttf
-
🔥 FAIL
The following unwanted font tables were found:
- DSIG - This font has a digital signature (DSIG table) which is only required - even if only a placeholder - on old programs like MS Office 2013 in order to work properly. The current recommendation is to completely remove the DSIG table.
They can be removed with the 'fix-unwanted-tables' script provided by gftools.
[code: unwanted-tables]
🔥 Gupter-Bold.ttf
-
🔥 FAIL
The following unwanted font tables were found:
- DSIG - This font has a digital signature (DSIG table) which is only required - even if only a placeholder - on old programs like MS Office 2013 in order to work properly. The current recommendation is to completely remove the DSIG table.
They can be removed with the 'fix-unwanted-tables' script provided by gftools.
[code: unwanted-tables]
🔥 Gupter-Regular.ttf
-
🔥 FAIL
The following unwanted font tables were found:
- DSIG - This font has a digital signature (DSIG table) which is only required - even if only a placeholder - on old programs like MS Office 2013 in order to work properly. The current recommendation is to completely remove the DSIG table.
They can be removed with the 'fix-unwanted-tables' script provided by gftools.
[code: unwanted-tables]
Article Checks
⚠️⚠️⚠️Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/gupter does not have an article.
[code: lacks-article]
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/gupter does not have an article.
[code: lacks-article]
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/gupter does not have an article.
[code: lacks-article]
Metadata Checks
⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️Check for codepoints not covered by METADATA subsets.
⚠️ Gupter-Medium.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+0141 LATIN CAPITAL LETTER L WITH STROKE: try adding latin-ext
- U+0142 LATIN SMALL LETTER L WITH STROKE: try adding latin-ext
- U+0160 LATIN CAPITAL LETTER S WITH CARON: try adding latin-ext
- U+0161 LATIN SMALL LETTER S WITH CARON: try adding latin-ext
- U+0178 LATIN CAPITAL LETTER Y WITH DIAERESIS: try adding latin-ext
- U+017D LATIN CAPITAL LETTER Z WITH CARON: try adding latin-ext
- U+017E LATIN SMALL LETTER Z WITH CARON: try adding latin-ext
- U+0192 LATIN SMALL LETTER F WITH HOOK: try adding latin-ext
- U+02C7 CARON: try adding one of: canadian-aboriginal, latin-ext, yi, tifinagh
- 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+02DD DOUBLE ACUTE ACCENT: try adding latin-ext
- U+2020 DAGGER: try adding one of: latin-ext, adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2030 PER MILLE SIGN: try adding adlam
- U+2074 SUPERSCRIPT FOUR: try adding math
- U+20B9 INDIAN RUPEE SIGN: try adding one of: ol-chiki, oriya, tamil, kannada, bengali, devanagari, latin-ext, malayalam, gujarati, gurmukhi
- U+2202 PARTIAL DIFFERENTIAL: try adding math
- U+220F N-ARY PRODUCT: try adding math
- U+2211 N-ARY SUMMATION: try adding math
- U+221A SQUARE ROOT: try adding math
- U+221E INFINITY: try adding math
- U+222B INTEGRAL: try adding math
- U+2248 ALMOST EQUAL TO: try adding math
- U+2260 NOT EQUAL TO: try adding math
- U+2264 LESS-THAN OR EQUAL TO: try adding math
- U+2265 GREATER-THAN OR EQUAL TO: try adding math
- U+25CA LOZENGE: try adding one of: symbols, math
- U+25CC DOTTED CIRCLE: try adding one of: soyombo, balinese, sinhala, zanabazar-square, mongolian, thaana, grantha, devanagari, malayalam, osage, khojki, kaithi, coptic, ahom, oriya, tagbanwa, kharoshthi, syloti-nagri, mende-kikakui, tai-tham, mandaic, sogdian, psalter-pahlavi, tifinagh, miao, telugu, caucasian-albanian, hanunoo, limbu, math, tamil, kannada, batak, modi, rejang, kayah-li, lepcha, bassa-vah, masaram-gondi, armenian, gurmukhi, warang-citi, pahawh-hmong, tirhuta, tai-le, manichaean, meetei-mayek, brahmi, tai-viet, thai, gujarati, takri, bhaiksuki, cham, hebrew, chakma, yi, tibetan, music, adlam, sharada, symbols, canadian-aboriginal, duployan, sundanese, old-permic, siddham, javanese, khudawadi, syriac, new-tai-lue, phags-pa, hanifi-rohingya, bengali, buhid, elbasan, khmer, lao, buginese, tagalog, newa, dogra, wancho, saurashtra, marchen, myanmar, nko, mahajani, gunjala-gondi
- 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:
[code: unreachable-subsetting]latin
,menu
⚠️ Gupter-Bold.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+0141 LATIN CAPITAL LETTER L WITH STROKE: try adding latin-ext
- U+0142 LATIN SMALL LETTER L WITH STROKE: try adding latin-ext
- U+0160 LATIN CAPITAL LETTER S WITH CARON: try adding latin-ext
- U+0161 LATIN SMALL LETTER S WITH CARON: try adding latin-ext
- U+0178 LATIN CAPITAL LETTER Y WITH DIAERESIS: try adding latin-ext
- U+017D LATIN CAPITAL LETTER Z WITH CARON: try adding latin-ext
- U+017E LATIN SMALL LETTER Z WITH CARON: try adding latin-ext
- U+0192 LATIN SMALL LETTER F WITH HOOK: try adding latin-ext
- U+02C7 CARON: try adding one of: canadian-aboriginal, latin-ext, yi, tifinagh
- 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+02DD DOUBLE ACUTE ACCENT: try adding latin-ext
- U+2020 DAGGER: try adding one of: latin-ext, adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2030 PER MILLE SIGN: try adding adlam
- U+2074 SUPERSCRIPT FOUR: try adding math
- U+20B9 INDIAN RUPEE SIGN: try adding one of: ol-chiki, oriya, tamil, kannada, bengali, devanagari, latin-ext, malayalam, gujarati, gurmukhi
- U+2202 PARTIAL DIFFERENTIAL: try adding math
- U+220F N-ARY PRODUCT: try adding math
- U+2211 N-ARY SUMMATION: try adding math
- U+221A SQUARE ROOT: try adding math
- U+221E INFINITY: try adding math
- U+222B INTEGRAL: try adding math
- U+2248 ALMOST EQUAL TO: try adding math
- U+2260 NOT EQUAL TO: try adding math
- U+2264 LESS-THAN OR EQUAL TO: try adding math
- U+2265 GREATER-THAN OR EQUAL TO: try adding math
- U+25CA LOZENGE: try adding one of: symbols, math
- U+25CC DOTTED CIRCLE: try adding one of: soyombo, balinese, sinhala, zanabazar-square, mongolian, thaana, grantha, devanagari, malayalam, osage, khojki, kaithi, coptic, ahom, oriya, tagbanwa, kharoshthi, syloti-nagri, mende-kikakui, tai-tham, mandaic, sogdian, psalter-pahlavi, tifinagh, miao, telugu, caucasian-albanian, hanunoo, limbu, math, tamil, kannada, batak, modi, rejang, kayah-li, lepcha, bassa-vah, masaram-gondi, armenian, gurmukhi, warang-citi, pahawh-hmong, tirhuta, tai-le, manichaean, meetei-mayek, brahmi, tai-viet, thai, gujarati, takri, bhaiksuki, cham, hebrew, chakma, yi, tibetan, music, adlam, sharada, symbols, canadian-aboriginal, duployan, sundanese, old-permic, siddham, javanese, khudawadi, syriac, new-tai-lue, phags-pa, hanifi-rohingya, bengali, buhid, elbasan, khmer, lao, buginese, tagalog, newa, dogra, wancho, saurashtra, marchen, myanmar, nko, mahajani, gunjala-gondi
- 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:
[code: unreachable-subsetting]latin
,menu
⚠️ Gupter-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+0141 LATIN CAPITAL LETTER L WITH STROKE: try adding latin-ext
- U+0142 LATIN SMALL LETTER L WITH STROKE: try adding latin-ext
- U+0160 LATIN CAPITAL LETTER S WITH CARON: try adding latin-ext
- U+0161 LATIN SMALL LETTER S WITH CARON: try adding latin-ext
- U+0178 LATIN CAPITAL LETTER Y WITH DIAERESIS: try adding latin-ext
- U+017D LATIN CAPITAL LETTER Z WITH CARON: try adding latin-ext
- U+017E LATIN SMALL LETTER Z WITH CARON: try adding latin-ext
- U+0192 LATIN SMALL LETTER F WITH HOOK: try adding latin-ext
- U+02C7 CARON: try adding one of: canadian-aboriginal, latin-ext, yi, tifinagh
- 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+02DD DOUBLE ACUTE ACCENT: try adding latin-ext
- U+2020 DAGGER: try adding one of: latin-ext, adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2030 PER MILLE SIGN: try adding adlam
- U+2074 SUPERSCRIPT FOUR: try adding math
- U+20B9 INDIAN RUPEE SIGN: try adding one of: ol-chiki, oriya, tamil, kannada, bengali, devanagari, latin-ext, malayalam, gujarati, gurmukhi
- U+2202 PARTIAL DIFFERENTIAL: try adding math
- U+220F N-ARY PRODUCT: try adding math
- U+2211 N-ARY SUMMATION: try adding math
- U+221A SQUARE ROOT: try adding math
- U+221E INFINITY: try adding math
- U+222B INTEGRAL: try adding math
- U+2248 ALMOST EQUAL TO: try adding math
- U+2260 NOT EQUAL TO: try adding math
- U+2264 LESS-THAN OR EQUAL TO: try adding math
- U+2265 GREATER-THAN OR EQUAL TO: try adding math
- U+25CA LOZENGE: try adding one of: symbols, math
- U+25CC DOTTED CIRCLE: try adding one of: soyombo, balinese, sinhala, zanabazar-square, mongolian, thaana, grantha, devanagari, malayalam, osage, khojki, kaithi, coptic, ahom, oriya, tagbanwa, kharoshthi, syloti-nagri, mende-kikakui, tai-tham, mandaic, sogdian, psalter-pahlavi, tifinagh, miao, telugu, caucasian-albanian, hanunoo, limbu, math, tamil, kannada, batak, modi, rejang, kayah-li, lepcha, bassa-vah, masaram-gondi, armenian, gurmukhi, warang-citi, pahawh-hmong, tirhuta, tai-le, manichaean, meetei-mayek, brahmi, tai-viet, thai, gujarati, takri, bhaiksuki, cham, hebrew, chakma, yi, tibetan, music, adlam, sharada, symbols, canadian-aboriginal, duployan, sundanese, old-permic, siddham, javanese, khudawadi, syriac, new-tai-lue, phags-pa, hanifi-rohingya, bengali, buhid, elbasan, khmer, lao, buginese, tagalog, newa, dogra, wancho, saurashtra, marchen, myanmar, nko, mahajani, gunjala-gondi
- 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:
[code: unreachable-subsetting]latin
,menu
Glyphset Checks
💥💥💥Shapes languages in all GF glyphsets.
💥 Gupter-Medium.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
💥 Gupter-Bold.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
💥 Gupter-Regular.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]
On a family update, the DESCRIPTION.en_us.html file should ideally also be updated.
⚠️ Gupter-Medium.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]
⚠️ Gupter-Bold.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]
⚠️ Gupter-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]
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.
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13]
[code: http-in-description] -
⚠️ WARN
Please consider updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
Please consider using HTTPS URLs at name table entry [plat=1, enc=0, name=13]
[code: http-in-description] -
⚠️ WARN
Please consider updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
⚠️ Gupter-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 updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
License URL matches License text on name table?
⚠️ Gupter-Medium.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] -
⏩ SKIP
Could not infer the font license. Please ensure NameID 13 (LICENSE DESCRIPTION) is properly set.
⚠️ Gupter-Bold.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] -
⏩ SKIP
Could not infer the font license. Please ensure NameID 13 (LICENSE DESCRIPTION) is properly set.
⚠️ Gupter-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] -
⏩ SKIP
Could not infer the font license. Please ensure NameID 13 (LICENSE DESCRIPTION) is properly set.
Outline Checks
💥⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️Are there any misaligned on-curve points?
💥 Gupter-Bold.ttf
-
💥 ERROR
Failed with IndexError: list index out of range
[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/outline_alignment_miss.py", line 61, in check_outline_alignment_miss for node in p.asNodelist(): ~~~~~~~~~~~~^^ File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/beziers/path/__init__.py", line 150, in asNodelist nl = self.activeRepresentation.toNodelist() File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/beziers/path/representations/Segment.py", line 23, in toNodelist first = self.segments[0][0] ~~~~~~~~~~~~~^^^
Do any segments have colinear vectors?
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
The following glyphs have colinear vectors:
[code: found-colinear-vectors]* AE (U+00C6): L<<363.0,544.0>--<325.0,453.0>> -> L<<325.0,453.0>--<225.0,250.0>> * Euro (U+20AC): L<<157.0,344.0>--<157.0,307.0>> -> L<<157.0,307.0>--<157.0,290.0>> * Euro (U+20AC): L<<438.0,183.0>--<425.0,109.0>> -> L<<425.0,109.0>--<407.0,7.0>> * M (U+004D): L<<628.0,100.0>--<627.0,119.0>> -> L<<627.0,119.0>--<603.0,473.0>> * exclam (U+0021): L<<103.0,188.0>--<74.0,524.0>> -> L<<74.0,524.0>--<74.0,625.0>> * exclam (U+0021): L<<171.0,625.0>--<171.0,524.0>> -> L<<171.0,524.0>--<142.0,188.0>> * exclamdown (U+00A1): L<<142.0,312.0>--<171.0,-24.0>> -> L<<171.0,-24.0>--<171.0,-125.0>> * exclamdown (U+00A1): L<<74.0,-125.0>--<74.0,-24.0>> -> L<<74.0,-24.0>--<103.0,312.0>> * k (U+006B): L<<184.0,237.0>--<233.0,293.0>> -> L<<233.0,293.0>--<301.0,366.0>> * registered (U+00AE): L<<215.0,454.0>--<209.0,454.0>> -> L<<209.0,454.0>--<196.0,454.0>> * trademark (U+2122): L<<533.0,420.0>--<532.0,431.0>> -> L<<532.0,431.0>--<520.0,561.0>> * uni00B5 (U+00B5): L<<74.0,-177.0>--<73.0,159.0>> -> L<<73.0,159.0>--<73.0,451.0>>
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
The following glyphs have colinear vectors:
[code: found-colinear-vectors]* AE (U+00C6): L<<368.0,525.0>--<334.0,446.0>> -> L<<334.0,446.0>--<225.0,239.0>> * Euro (U+20AC): L<<195.0,339.0>--<195.0,308.0>> -> L<<195.0,308.0>--<195.0,288.0>> * M (U+004D): L<<631.0,112.0>--<630.0,132.0>> -> L<<630.0,132.0>--<610.0,464.0>> * exclam (U+0021): L<<175.0,625.0>--<175.0,510.0>> -> L<<175.0,510.0>--<144.0,200.0>> * exclam (U+0021): L<<90.0,200.0>--<60.0,510.0>> -> L<<60.0,510.0>--<60.0,625.0>> * exclamdown (U+00A1): L<<144.0,300.0>--<175.0,-10.0>> -> L<<175.0,-10.0>--<175.0,-125.0>> * exclamdown (U+00A1): L<<60.0,-125.0>--<60.0,-10.0>> -> L<<60.0,-10.0>--<90.0,300.0>> * k (U+006B): L<<201.0,238.0>--<252.0,295.0>> -> L<<252.0,295.0>--<327.0,372.0>> * registered (U+00AE): L<<218.0,452.0>--<214.0,452.0>> -> L<<214.0,452.0>--<203.0,452.0>> * trademark (U+2122): L<<559.0,421.0>--<558.0,433.0>> -> L<<558.0,433.0>--<546.0,561.0>> * yen (U+00A5): L<<309.0,629.0>--<364.0,625.0>> -> L<<364.0,625.0>--<400.0,623.0>>
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
The following glyphs have colinear vectors:
[code: found-colinear-vectors]* AE (U+00C6): L<<360.0,555.0>--<320.0,458.0>> -> L<<320.0,458.0>--<225.0,257.0>> * E (U+0045): L<<362.0,308.0>--<363.0,270.0>> -> L<<363.0,270.0>--<366.0,215.0>> * Eacute (U+00C9): L<<362.0,308.0>--<363.0,270.0>> -> L<<363.0,270.0>--<366.0,215.0>> * Ecircumflex (U+00CA): L<<362.0,308.0>--<363.0,270.0>> -> L<<363.0,270.0>--<366.0,215.0>> * Edieresis (U+00CB): L<<362.0,308.0>--<363.0,270.0>> -> L<<363.0,270.0>--<366.0,215.0>> * Egrave (U+00C8): L<<362.0,308.0>--<363.0,270.0>> -> L<<363.0,270.0>--<366.0,215.0>> * Euro (U+20AC): L<<135.0,346.0>--<135.0,306.0>> -> L<<135.0,306.0>--<135.0,291.0>> * F (U+0046): L<<358.0,307.0>--<360.0,251.0>> -> L<<360.0,251.0>--<363.0,202.0>> * M (U+004D): L<<626.0,93.0>--<625.0,111.0>> -> L<<625.0,111.0>--<599.0,478.0>> * N (U+004E): L<<413.0,627.0>--<467.0,624.0>> -> L<<467.0,624.0>--<506.0,623.0>> * N (U+004E): L<<467.0,624.0>--<506.0,623.0>> -> L<<506.0,623.0>--<546.0,624.0>> * N (U+004E): L<<506.0,623.0>--<546.0,624.0>> -> L<<546.0,624.0>--<600.0,627.0>> * Ntilde (U+00D1): L<<413.0,627.0>--<467.0,624.0>> -> L<<467.0,624.0>--<506.0,623.0>> * Ntilde (U+00D1): L<<467.0,624.0>--<506.0,623.0>> -> L<<506.0,623.0>--<546.0,624.0>> * Ntilde (U+00D1): L<<506.0,623.0>--<546.0,624.0>> -> L<<546.0,624.0>--<600.0,627.0>> * R (U+0052): L<<269.0,288.0>--<249.0,288.0>> -> L<<249.0,288.0>--<210.0,289.0>> * U (U+0055): L<<390.0,627.0>--<446.0,624.0>> -> L<<446.0,624.0>--<484.0,623.0>> * Uacute (U+00DA): L<<390.0,627.0>--<446.0,624.0>> -> L<<446.0,624.0>--<484.0,623.0>> * Ucircumflex (U+00DB): L<<390.0,627.0>--<446.0,624.0>> -> L<<446.0,624.0>--<484.0,623.0>> * Udieresis (U+00DC): L<<390.0,627.0>--<446.0,624.0>> -> L<<446.0,624.0>--<484.0,623.0>> * Ugrave (U+00D9): L<<390.0,627.0>--<446.0,624.0>> -> L<<446.0,624.0>--<484.0,623.0>> * exclam (U+0021): L<<110.0,181.0>--<83.0,532.0>> -> L<<83.0,532.0>--<83.0,625.0>> * exclam (U+0021): L<<169.0,625.0>--<169.0,532.0>> -> L<<169.0,532.0>--<141.0,181.0>> * exclamdown (U+00A1): L<<141.0,319.0>--<169.0,-32.0>> -> L<<169.0,-32.0>--<169.0,-125.0>> * exclamdown (U+00A1): L<<83.0,-125.0>--<83.0,-32.0>> -> L<<83.0,-32.0>--<110.0,319.0>> * k (U+006B): L<<174.0,235.0>--<222.0,291.0>> -> L<<222.0,291.0>--<286.0,363.0>> * onequarter (U+00BC): L<<190.0,303.0>--<163.0,304.0>> -> L<<163.0,304.0>--<113.0,305.0>> * registered (U+00AE): L<<213.0,455.0>--<207.0,455.0>> -> L<<207.0,455.0>--<192.0,456.0>> * uni00B5 (U+00B5): L<<74.0,-172.0>--<74.0,147.0>> -> L<<74.0,147.0>--<74.0,444.0>>
Check the direction of the outermost contour in each glyph
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
The following glyphs have a counter-clockwise outer contour:
[code: ccw-outer-contour]* .notdef has a counter-clockwise outer contour * uni00AD (U+00AD) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
The following glyphs have a counter-clockwise outer contour:
[code: ccw-outer-contour]* .notdef has a counter-clockwise outer contour * g (U+0067) has a counter-clockwise outer contour * g (U+0067) has a path with no bounds (probably a single point) * uni00AD (U+00AD) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
The following glyphs have a counter-clockwise outer contour:
[code: ccw-outer-contour]* .notdef has a counter-clockwise outer contour * uni00AD (U+00AD) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour * uni25CC (U+25CC) has a counter-clockwise outer contour
Do outlines contain any jaggy segments?
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* sterling (U+00A3): B<<224.0,225.0>-<224.0,159.0>-<129.0,71.0>>/B<<129.0,71.0>-<174.0,96.0>-<201.0,96.0>> = 13.754822036884601
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* sterling (U+00A3): L<<161.0,121.0>--<128.0,89.0>>/B<<128.0,89.0>-<184.0,123.0>-<214.0,123.0>> = 12.854864309040407
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* Euro (U+20AC): B<<410.0,181.0>-<392.0,77.0>-<393.0,84.0>>/B<<393.0,84.0>-<390.0,68.0>-<386.5,49.0>> = 2.489552921999128 * sterling (U+00A3): B<<189.0,134.0>-<163.0,91.0>-<129.0,60.0>>/B<<129.0,60.0>-<166.0,80.0>-<193.0,80.0>> = 13.96443528455228
Do outlines contain any semi-vertical or semi-horizontal lines?
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* uni00B5 (U+00B5): L<<74.0,-177.0>--<73.0,159.0>>
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* uni00B5 (U+00B5): L<<74.0,-78.0>--<73.0,79.0>>
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* radical (U+221A): L<<-19.0,331.0>--<129.0,332.0>>
Are any segments inordinately short?
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
The following glyphs have segments which seem very short:
[code: found-short-segments]* A (U+0041) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Aacute (U+00C1) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Acircumflex (U+00C2) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Adieresis (U+00C4) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Agrave (U+00C0) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Aring (U+00C5) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Atilde (U+00C3) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Ccedilla (U+00C7) contains a short segment L<<286.0,-38.0>--<296.0,-38.0>> * H (U+0048) contains a short segment L<<58.0,627.0>--<82.0,626.0>> * H (U+0048) contains a short segment L<<397.0,627.0>--<421.0,626.0>> * M (U+004D) contains a short segment B<<725.5,67.0>-<730.0,51.0>-<744.5,43.5>> * M (U+004D) contains a short segment B<<413.0,-7.0>-<401.0,-7.0>-<391.5,-7.5>> * M (U+004D) contains a short segment B<<391.5,-7.5>-<382.0,-8.0>-<379.0,-7.0>> * M (U+004D) contains a short segment L<<232.0,-3.0>--<202.0,-1.0>> * T (U+0054) contains a short segment L<<234.0,582.0>--<225.0,582.0>> * V (U+0056) contains a short segment L<<314.0,126.0>--<317.0,126.0>> * W (U+0057) contains a short segment B<<181.0,555.0>-<181.0,545.0>-<185.0,533.0>> * W (U+0057) contains a short segment L<<281.0,126.0>--<285.0,126.0>> * W (U+0057) contains a short segment L<<612.0,126.0>--<616.0,126.0>> * W (U+0057) contains a short segment B<<701.0,528.0>-<703.0,536.0>-<703.0,548.0>> * Y (U+0059) contains a short segment L<<311.0,334.0>--<314.0,334.0>> * Yacute (U+00DD) contains a short segment L<<311.0,334.0>--<314.0,334.0>> * Ydieresis (U+0178) contains a short segment L<<311.0,334.0>--<314.0,334.0>> * ccedilla (U+00E7) contains a short segment L<<202.0,-38.0>--<211.0,-38.0>> * h (U+0068) contains a short segment L<<165.0,658.0>--<184.0,651.0>> * m (U+006D) contains a short segment L<<161.0,470.0>--<179.0,463.0>> * v (U+0076) contains a short segment L<<257.0,77.0>--<258.0,77.0>> * w (U+0077) contains a short segment L<<232.0,77.0>--<233.0,77.0>> * w (U+0077) contains a short segment L<<502.0,83.0>--<503.0,83.0>> * ff (U+FB00) contains a short segment L<<30.0,415.0>--<30.0,441.0>> * ff (U+FB00) contains a short segment L<<100.0,457.0>--<100.0,483.0>> * ffi (U+FB03) contains a short segment L<<906.0,-4.0>--<878.0,-2.0>> * ffi (U+FB03) contains a short segment L<<677.0,-4.0>--<677.0,31.0>> * ffi (U+FB03) contains a short segment B<<725.5,40.0>-<741.0,47.0>-<745.5,62.0>> * ffi (U+FB03) contains a short segment B<<745.5,389.5>-<741.0,403.0>-<725.5,408.5>> * ffi (U+FB03) contains a short segment B<<512.0,62.5>-<517.0,47.0>-<534.5,40.0>> * ffi (U+FB03) contains a short segment L<<351.0,-3.0>--<351.0,32.0>> * ffi (U+FB03) contains a short segment B<<399.0,40.0>-<414.0,47.0>-<418.5,62.5>> * ffi (U+FB03) contains a short segment B<<189.0,62.5>-<194.0,47.0>-<211.5,40.0>> * ffi (U+FB03) contains a short segment L<<268.0,-3.0>--<231.0,-1.0>> * ffi (U+FB03) contains a short segment L<<28.0,-3.0>--<28.0,32.0>> * ffi (U+FB03) contains a short segment B<<76.0,40.0>-<91.0,47.0>-<95.5,62.5>> * ffi (U+FB03) contains a short segment L<<30.0,415.0>--<30.0,441.0>> * ffi (U+FB03) contains a short segment L<<100.0,457.0>--<100.0,483.0>> * ffi (U+FB03) contains a short segment L<<423.0,457.0>--<423.0,495.0>> * ffi (U+FB03) contains a short segment L<<815.0,469.0>--<833.0,463.0>> * ffi (U+FB03) contains a short segment B<<837.5,62.0>-<842.0,47.0>-<857.5,40.0>> * ffl (U+FB04) contains a short segment L<<887.0,-3.0>--<863.0,-2.0>> * ffl (U+FB04) contains a short segment B<<686.0,-2.0>-<669.0,-2.0>-<660.0,-3.0>> * ffl (U+FB04) contains a short segment B<<708.0,40.0>-<723.0,47.0>-<727.5,62.5>> * ffl (U+FB04) contains a short segment B<<512.0,62.5>-<517.0,47.0>-<534.5,40.0>> * ffl (U+FB04) contains a short segment L<<591.0,-3.0>--<553.0,-1.0>> * ffl (U+FB04) contains a short segment L<<351.0,-3.0>--<351.0,32.0>> * ffl (U+FB04) contains a short segment B<<399.0,40.0>-<414.0,47.0>-<418.5,62.5>> * ffl (U+FB04) contains a short segment B<<189.0,62.5>-<194.0,47.0>-<211.5,40.0>> * ffl (U+FB04) contains a short segment L<<268.0,-3.0>--<231.0,-1.0>> * ffl (U+FB04) contains a short segment L<<28.0,-3.0>--<28.0,32.0>> * ffl (U+FB04) contains a short segment B<<76.0,40.0>-<91.0,47.0>-<95.5,62.5>> * ffl (U+FB04) contains a short segment L<<30.0,415.0>--<30.0,441.0>> * ffl (U+FB04) contains a short segment L<<100.0,457.0>--<100.0,491.0>> * ffl (U+FB04) contains a short segment L<<423.0,457.0>--<423.0,495.0>> * ffl (U+FB04) contains a short segment B<<820.5,62.5>-<825.0,47.0>-<839.5,40.0>> * fi (U+FB01) contains a short segment L<<493.0,469.0>--<511.0,463.0>> * fl (U+FB02) contains a short segment L<<564.0,-3.0>--<540.0,-2.0>> * guillemotleft (U+00AB) contains a short segment L<<118.0,249.0>--<118.0,247.0>> * guillemotleft (U+00AB) contains a short segment L<<296.0,249.0>--<296.0,247.0>> * guillemotright (U+00BB) contains a short segment L<<148.0,247.0>--<148.0,249.0>> * guillemotright (U+00BB) contains a short segment L<<325.0,247.0>--<325.0,249.0>> * guilsinglleft (U+2039) contains a short segment L<<118.0,249.0>--<118.0,247.0>> * guilsinglright (U+203A) contains a short segment L<<148.0,247.0>--<148.0,249.0>> * cent (U+00A2) contains a short segment L<<206.0,41.0>--<205.0,41.0>> * dollar (U+0024) contains a short segment L<<213.0,281.0>--<209.0,283.0>> * dollar (U+0024) contains a short segment L<<257.0,360.0>--<266.0,356.0>> * Euro (U+20AC) contains a short segment L<<157.0,307.0>--<157.0,290.0>> * yen (U+00A5) contains a short segment L<<259.0,324.0>--<265.0,324.0>> * summation (U+2211) contains a short segment L<<63.0,614.0>--<63.0,625.0>> * at (U+0040) contains a short segment L<<519.0,-16.0>--<498.0,-6.0>> * at (U+0040) contains a short segment B<<590.0,114.0>-<587.0,99.0>-<587.0,88.0>> * at (U+0040) contains a short segment B<<587.0,88.0>-<587.0,68.0>-<597.0,59.5>> * registered (U+00AE) contains a short segment L<<215.0,454.0>--<209.0,454.0>>
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
The following glyphs have segments which seem very short:
[code: found-short-segments]* A (U+0041) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Aacute (U+00C1) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Acircumflex (U+00C2) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Adieresis (U+00C4) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Agrave (U+00C0) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Aring (U+00C5) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Atilde (U+00C3) contains a short segment L<<280.0,519.0>--<276.0,519.0>> * Ccedilla (U+00C7) contains a short segment L<<283.0,-40.0>--<294.0,-40.0>> * M (U+004D) contains a short segment B<<709.0,61.5>-<714.0,46.0>-<727.5,39.5>> * M (U+004D) contains a short segment L<<771.0,-3.0>--<741.0,-1.0>> * M (U+004D) contains a short segment B<<404.0,-7.0>-<392.0,-7.0>-<383.5,-7.5>> * M (U+004D) contains a short segment B<<383.5,-7.5>-<375.0,-8.0>-<372.0,-7.0>> * Q (U+0051) contains a short segment L<<285.0,-12.0>--<278.0,-12.0>> * T (U+0054) contains a short segment L<<240.0,585.0>--<223.0,585.0>> * V (U+0056) contains a short segment L<<307.0,114.0>--<310.0,114.0>> * W (U+0057) contains a short segment B<<80.0,568.0>-<76.0,581.0>-<66.5,586.0>> * W (U+0057) contains a short segment B<<166.0,561.0>-<166.0,551.0>-<170.0,539.0>> * W (U+0057) contains a short segment L<<273.0,114.0>--<277.0,114.0>> * W (U+0057) contains a short segment L<<598.0,114.0>--<602.0,114.0>> * W (U+0057) contains a short segment B<<694.0,532.0>-<696.0,539.0>-<696.0,551.0>> * Y (U+0059) contains a short segment L<<302.0,326.0>--<305.0,326.0>> * Yacute (U+00DD) contains a short segment L<<302.0,326.0>--<305.0,326.0>> * Ydieresis (U+0178) contains a short segment L<<302.0,326.0>--<305.0,326.0>> * ccedilla (U+00E7) contains a short segment L<<194.0,-40.0>--<204.0,-40.0>> * h (U+0068) contains a short segment L<<158.0,658.0>--<174.0,652.0>> * k (U+006B) contains a short segment L<<158.0,658.0>--<174.0,652.0>> * m (U+006D) contains a short segment L<<491.0,-3.0>--<465.0,-1.0>> * m (U+006D) contains a short segment B<<99.0,387.0>-<94.0,399.0>-<79.5,404.0>> * m (U+006D) contains a short segment L<<154.0,461.0>--<170.0,456.0>> * n (U+006E) contains a short segment L<<154.0,461.0>--<170.0,456.0>> * ntilde (U+00F1) contains a short segment L<<154.0,461.0>--<170.0,456.0>> * u (U+0075) contains a short segment L<<139.0,461.0>--<154.0,456.0>> * u (U+0075) contains a short segment L<<389.0,461.0>--<404.0,456.0>> * uacute (U+00FA) contains a short segment L<<139.0,461.0>--<154.0,456.0>> * uacute (U+00FA) contains a short segment L<<389.0,461.0>--<404.0,456.0>> * ucircumflex (U+00FB) contains a short segment L<<139.0,461.0>--<154.0,456.0>> * ucircumflex (U+00FB) contains a short segment L<<389.0,461.0>--<404.0,456.0>> * udieresis (U+00FC) contains a short segment L<<139.0,461.0>--<154.0,456.0>> * udieresis (U+00FC) contains a short segment L<<389.0,461.0>--<404.0,456.0>> * ugrave (U+00F9) contains a short segment L<<139.0,461.0>--<154.0,456.0>> * ugrave (U+00F9) contains a short segment L<<389.0,461.0>--<404.0,456.0>> * v (U+0076) contains a short segment L<<242.0,72.0>--<243.0,72.0>> * w (U+0077) contains a short segment L<<208.0,72.0>--<209.0,72.0>> * w (U+0077) contains a short segment L<<477.0,77.0>--<478.0,77.0>> * ff (U+FB00) contains a short segment B<<399.0,36.5>-<413.0,43.0>-<418.0,57.5>> * ff (U+FB00) contains a short segment B<<80.0,36.5>-<94.0,43.0>-<99.0,57.5>> * ff (U+FB00) contains a short segment L<<35.0,410.0>--<35.0,433.0>> * ffi (U+FB03) contains a short segment B<<718.0,35.5>-<733.0,42.0>-<738.0,56.5>> * ffi (U+FB03) contains a short segment B<<743.0,350.0>-<743.0,375.0>-<738.0,387.0>> * ffi (U+FB03) contains a short segment B<<738.0,387.0>-<733.0,399.0>-<718.0,404.0>> * ffi (U+FB03) contains a short segment B<<498.5,57.5>-<504.0,43.0>-<520.5,36.5>> * ffi (U+FB03) contains a short segment L<<574.0,-3.0>--<541.0,-1.0>> * ffi (U+FB03) contains a short segment L<<353.0,-3.0>--<353.0,29.0>> * ffi (U+FB03) contains a short segment B<<399.0,36.5>-<413.0,43.0>-<418.0,57.5>> * ffi (U+FB03) contains a short segment B<<179.5,57.5>-<185.0,43.0>-<201.5,36.5>> * ffi (U+FB03) contains a short segment L<<255.0,-3.0>--<219.0,-1.0>> * ffi (U+FB03) contains a short segment L<<34.0,-3.0>--<34.0,29.0>> * ffi (U+FB03) contains a short segment B<<80.0,36.5>-<94.0,43.0>-<99.0,57.5>> * ffi (U+FB03) contains a short segment L<<35.0,410.0>--<35.0,433.0>> * ffi (U+FB03) contains a short segment L<<104.0,449.0>--<104.0,481.0>> * ffi (U+FB03) contains a short segment L<<797.0,461.0>--<812.0,456.0>> * ffi (U+FB03) contains a short segment B<<817.0,56.5>-<822.0,42.0>-<836.5,35.5>> * ffl (U+FB04) contains a short segment L<<866.0,-3.0>--<835.0,-1.0>> * ffl (U+FB04) contains a short segment L<<657.0,-3.0>--<657.0,29.0>> * ffl (U+FB04) contains a short segment B<<702.5,36.5>-<717.0,43.0>-<722.0,58.0>> * ffl (U+FB04) contains a short segment B<<498.5,57.5>-<504.0,43.0>-<520.5,36.5>> * ffl (U+FB04) contains a short segment L<<574.0,-3.0>--<541.0,-1.0>> * ffl (U+FB04) contains a short segment L<<353.0,-3.0>--<353.0,29.0>> * ffl (U+FB04) contains a short segment B<<399.0,36.5>-<413.0,43.0>-<418.0,57.5>> * ffl (U+FB04) contains a short segment B<<179.5,57.5>-<185.0,43.0>-<201.5,36.5>> * ffl (U+FB04) contains a short segment L<<255.0,-3.0>--<219.0,-1.0>> * ffl (U+FB04) contains a short segment L<<34.0,-3.0>--<34.0,29.0>> * ffl (U+FB04) contains a short segment B<<80.0,36.5>-<94.0,43.0>-<99.0,57.5>> * ffl (U+FB04) contains a short segment L<<35.0,410.0>--<35.0,433.0>> * ffl (U+FB04) contains a short segment B<<801.5,57.5>-<806.0,43.0>-<820.5,36.5>> * fi (U+FB01) contains a short segment L<<35.0,410.0>--<35.0,433.0>> * fi (U+FB01) contains a short segment L<<478.0,461.0>--<493.0,456.0>> * fl (U+FB02) contains a short segment L<<35.0,410.0>--<35.0,433.0>> * guillemotleft (U+00AB) contains a short segment L<<112.0,248.0>--<112.0,247.0>> * guillemotleft (U+00AB) contains a short segment L<<284.0,248.0>--<284.0,247.0>> * guillemotright (U+00BB) contains a short segment L<<138.0,247.0>--<138.0,248.0>> * guillemotright (U+00BB) contains a short segment L<<309.0,247.0>--<309.0,248.0>> * guilsinglleft (U+2039) contains a short segment L<<112.0,248.0>--<112.0,247.0>> * guilsinglright (U+203A) contains a short segment L<<138.0,247.0>--<138.0,248.0>> * cent (U+00A2) contains a short segment L<<202.0,46.0>--<201.0,46.0>> * dollar (U+0024) contains a short segment L<<255.0,354.0>--<261.0,351.0>> * Euro (U+20AC) contains a short segment L<<135.0,306.0>--<135.0,291.0>> * florin (U+0192) contains a short segment L<<159.0,407.0>--<160.0,407.0>> * yen (U+00A5) contains a short segment L<<247.0,310.0>--<255.0,310.0>> * logicalnot (U+00AC) contains a short segment L<<384.0,383.0>--<388.0,383.0>> * summation (U+2211) contains a short segment L<<54.0,614.0>--<54.0,625.0>> * at (U+0040) contains a short segment L<<496.0,-11.0>--<482.0,-4.0>> * at (U+0040) contains a short segment B<<562.0,116.0>-<561.0,111.0>-<560.0,104.5>> * at (U+0040) contains a short segment B<<560.0,104.5>-<559.0,98.0>-<559.0,90.0>> * at (U+0040) contains a short segment B<<559.0,90.0>-<559.0,68.0>-<570.5,58.0>> * registered (U+00AE) contains a short segment L<<213.0,455.0>--<207.0,455.0>> * trademark (U+2122) contains a short segment L<<111.0,605.0>--<109.0,605.0>>
Font File Checks
🔥🔥🔥⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️ℹ️Check Google Fonts glyph coverage.
🔥 Gupter-Medium.ttf
-
🔥 FAIL
Missing required codepoints:
[code: missing-codepoints]- 0x0100 (LATIN CAPITAL LETTER A WITH MACRON) - 0x0101 (LATIN SMALL LETTER A WITH MACRON) - 0x0102 (LATIN CAPITAL LETTER A WITH BREVE) - 0x0103 (LATIN SMALL LETTER A WITH BREVE) - 0x0104 (LATIN CAPITAL LETTER A WITH OGONEK) - 0x0105 (LATIN SMALL LETTER A WITH OGONEK) - 0x0106 (LATIN CAPITAL LETTER C WITH ACUTE) - 0x0107 (LATIN SMALL LETTER C WITH ACUTE) - 0x010A (LATIN CAPITAL LETTER C WITH DOT ABOVE) - 0x010B (LATIN SMALL LETTER C WITH DOT ABOVE) - 0x010C (LATIN CAPITAL LETTER C WITH CARON) - 0x010D (LATIN SMALL LETTER C WITH CARON) - 0x010E (LATIN CAPITAL LETTER D WITH CARON) - 0x010F (LATIN SMALL LETTER D WITH CARON) - 0x0110 (LATIN CAPITAL LETTER D WITH STROKE) - 0x0111 (LATIN SMALL LETTER D WITH STROKE) - 0x0112 (LATIN CAPITAL LETTER E WITH MACRON) - 0x0113 (LATIN SMALL LETTER E WITH MACRON) - 0x0116 (LATIN CAPITAL LETTER E WITH DOT ABOVE) - 0x0117 (LATIN SMALL LETTER E WITH DOT ABOVE) - 0x0118 (LATIN CAPITAL LETTER E WITH OGONEK) - 0x0119 (LATIN SMALL LETTER E WITH OGONEK) - 0x011A (LATIN CAPITAL LETTER E WITH CARON) - 0x011B (LATIN SMALL LETTER E WITH CARON) - 0x011E (LATIN CAPITAL LETTER G WITH BREVE) - 0x011F (LATIN SMALL LETTER G WITH BREVE) - 0x0120 (LATIN CAPITAL LETTER G WITH DOT ABOVE) - 0x0121 (LATIN SMALL LETTER G WITH DOT ABOVE) - 0x0122 (LATIN CAPITAL LETTER G WITH CEDILLA) - 0x0123 (LATIN SMALL LETTER G WITH CEDILLA) - 0x0126 (LATIN CAPITAL LETTER H WITH STROKE) - 0x0127 (LATIN SMALL LETTER H WITH STROKE) - 0x012A (LATIN CAPITAL LETTER I WITH MACRON) - 0x012B (LATIN SMALL LETTER I WITH MACRON) - 0x012E (LATIN CAPITAL LETTER I WITH OGONEK) - 0x012F (LATIN SMALL LETTER I WITH OGONEK) - 0x0130 (LATIN CAPITAL LETTER I WITH DOT ABOVE) - 0x0136 (LATIN CAPITAL LETTER K WITH CEDILLA) - 0x0137 (LATIN SMALL LETTER K WITH CEDILLA) - 0x0139 (LATIN CAPITAL LETTER L WITH ACUTE) - 0x013A (LATIN SMALL LETTER L WITH ACUTE) - 0x013B (LATIN CAPITAL LETTER L WITH CEDILLA) - 0x013C (LATIN SMALL LETTER L WITH CEDILLA) - 0x013D (LATIN CAPITAL LETTER L WITH CARON) - 0x013E (LATIN SMALL LETTER L WITH CARON) - 0x0143 (LATIN CAPITAL LETTER N WITH ACUTE) - 0x0144 (LATIN SMALL LETTER N WITH ACUTE) - 0x0145 (LATIN CAPITAL LETTER N WITH CEDILLA) - 0x0146 (LATIN SMALL LETTER N WITH CEDILLA) - 0x0147 (LATIN CAPITAL LETTER N WITH CARON) - 0x0148 (LATIN SMALL LETTER N WITH CARON) - 0x0150 (LATIN CAPITAL LETTER O WITH DOUBLE ACUTE) - 0x0151 (LATIN SMALL LETTER O WITH DOUBLE ACUTE) - 0x0154 (LATIN CAPITAL LETTER R WITH ACUTE) - 0x0155 (LATIN SMALL LETTER R WITH ACUTE) - 0x0158 (LATIN CAPITAL LETTER R WITH CARON) - 0x0159 (LATIN SMALL LETTER R WITH CARON) - 0x015A (LATIN CAPITAL LETTER S WITH ACUTE) - 0x015B (LATIN SMALL LETTER S WITH ACUTE) - 0x015E (LATIN CAPITAL LETTER S WITH CEDILLA) - 0x015F (LATIN SMALL LETTER S WITH CEDILLA) - 0x0164 (LATIN CAPITAL LETTER T WITH CARON) - 0x0165 (LATIN SMALL LETTER T WITH CARON) - 0x016A (LATIN CAPITAL LETTER U WITH MACRON) - 0x016B (LATIN SMALL LETTER U WITH MACRON) - 0x016E (LATIN CAPITAL LETTER U WITH RING ABOVE) - 0x016F (LATIN SMALL LETTER U WITH RING ABOVE) - 0x0170 (LATIN CAPITAL LETTER U WITH DOUBLE ACUTE) - 0x0171 (LATIN SMALL LETTER U WITH DOUBLE ACUTE) - 0x0172 (LATIN CAPITAL LETTER U WITH OGONEK) - 0x0173 (LATIN SMALL LETTER U WITH OGONEK) - 0x0174 (LATIN CAPITAL LETTER W WITH CIRCUMFLEX) - 0x0175 (LATIN SMALL LETTER W WITH CIRCUMFLEX) - 0x0176 (LATIN CAPITAL LETTER Y WITH CIRCUMFLEX) - 0x0177 (LATIN SMALL LETTER Y WITH CIRCUMFLEX) - 0x0179 (LATIN CAPITAL LETTER Z WITH ACUTE) - 0x017A (LATIN SMALL LETTER Z WITH ACUTE) - 0x017B (LATIN CAPITAL LETTER Z WITH DOT ABOVE) - 0x017C (LATIN SMALL LETTER Z WITH DOT ABOVE) - 0x0218 (LATIN CAPITAL LETTER S WITH COMMA BELOW) - 0x0219 (LATIN SMALL LETTER S WITH COMMA BELOW) - 0x021A (LATIN CAPITAL LETTER T WITH COMMA BELOW) - 0x021B (LATIN SMALL LETTER T WITH COMMA BELOW) - 0x0237 (LATIN SMALL LETTER DOTLESS J) - 0x0300 (COMBINING GRAVE ACCENT) - 0x0301 (COMBINING ACUTE ACCENT) - 0x0302 (COMBINING CIRCUMFLEX ACCENT) - 0x0303 (COMBINING TILDE) - 0x0304 (COMBINING MACRON) - 0x0306 (COMBINING BREVE) - 0x0307 (COMBINING DOT ABOVE) - 0x0308 (COMBINING DIAERESIS) - 0x030A (COMBINING RING ABOVE) - 0x030B (COMBINING DOUBLE ACUTE ACCENT) - 0x030C (COMBINING CARON) - 0x0326 (COMBINING COMMA BELOW) - 0x0327 (COMBINING CEDILLA) - 0x0328 (COMBINING OGONEK) - 0x1E80 (LATIN CAPITAL LETTER W WITH GRAVE) - 0x1E81 (LATIN SMALL LETTER W WITH GRAVE) - 0x1E82 (LATIN CAPITAL LETTER W WITH ACUTE) - 0x1E83 (LATIN SMALL LETTER W WITH ACUTE) - 0x1E84 (LATIN CAPITAL LETTER W WITH DIAERESIS) - 0x1E85 (LATIN SMALL LETTER W WITH DIAERESIS) - 0x1E9E (LATIN CAPITAL LETTER SHARP S) - 0x1EF2 (LATIN CAPITAL LETTER Y WITH GRAVE) - 0x1EF3 (LATIN SMALL LETTER Y WITH GRAVE)
🔥 Gupter-Bold.ttf
-
🔥 FAIL
Missing required codepoints:
[code: missing-codepoints]- 0x0100 (LATIN CAPITAL LETTER A WITH MACRON) - 0x0101 (LATIN SMALL LETTER A WITH MACRON) - 0x0102 (LATIN CAPITAL LETTER A WITH BREVE) - 0x0103 (LATIN SMALL LETTER A WITH BREVE) - 0x0104 (LATIN CAPITAL LETTER A WITH OGONEK) - 0x0105 (LATIN SMALL LETTER A WITH OGONEK) - 0x0106 (LATIN CAPITAL LETTER C WITH ACUTE) - 0x0107 (LATIN SMALL LETTER C WITH ACUTE) - 0x010A (LATIN CAPITAL LETTER C WITH DOT ABOVE) - 0x010B (LATIN SMALL LETTER C WITH DOT ABOVE) - 0x010C (LATIN CAPITAL LETTER C WITH CARON) - 0x010D (LATIN SMALL LETTER C WITH CARON) - 0x010E (LATIN CAPITAL LETTER D WITH CARON) - 0x010F (LATIN SMALL LETTER D WITH CARON) - 0x0110 (LATIN CAPITAL LETTER D WITH STROKE) - 0x0111 (LATIN SMALL LETTER D WITH STROKE) - 0x0112 (LATIN CAPITAL LETTER E WITH MACRON) - 0x0113 (LATIN SMALL LETTER E WITH MACRON) - 0x0116 (LATIN CAPITAL LETTER E WITH DOT ABOVE) - 0x0117 (LATIN SMALL LETTER E WITH DOT ABOVE) - 0x0118 (LATIN CAPITAL LETTER E WITH OGONEK) - 0x0119 (LATIN SMALL LETTER E WITH OGONEK) - 0x011A (LATIN CAPITAL LETTER E WITH CARON) - 0x011B (LATIN SMALL LETTER E WITH CARON) - 0x011E (LATIN CAPITAL LETTER G WITH BREVE) - 0x011F (LATIN SMALL LETTER G WITH BREVE) - 0x0120 (LATIN CAPITAL LETTER G WITH DOT ABOVE) - 0x0121 (LATIN SMALL LETTER G WITH DOT ABOVE) - 0x0122 (LATIN CAPITAL LETTER G WITH CEDILLA) - 0x0123 (LATIN SMALL LETTER G WITH CEDILLA) - 0x0126 (LATIN CAPITAL LETTER H WITH STROKE) - 0x0127 (LATIN SMALL LETTER H WITH STROKE) - 0x012A (LATIN CAPITAL LETTER I WITH MACRON) - 0x012B (LATIN SMALL LETTER I WITH MACRON) - 0x012E (LATIN CAPITAL LETTER I WITH OGONEK) - 0x012F (LATIN SMALL LETTER I WITH OGONEK) - 0x0130 (LATIN CAPITAL LETTER I WITH DOT ABOVE) - 0x0136 (LATIN CAPITAL LETTER K WITH CEDILLA) - 0x0137 (LATIN SMALL LETTER K WITH CEDILLA) - 0x0139 (LATIN CAPITAL LETTER L WITH ACUTE) - 0x013A (LATIN SMALL LETTER L WITH ACUTE) - 0x013B (LATIN CAPITAL LETTER L WITH CEDILLA) - 0x013C (LATIN SMALL LETTER L WITH CEDILLA) - 0x013D (LATIN CAPITAL LETTER L WITH CARON) - 0x013E (LATIN SMALL LETTER L WITH CARON) - 0x0143 (LATIN CAPITAL LETTER N WITH ACUTE) - 0x0144 (LATIN SMALL LETTER N WITH ACUTE) - 0x0145 (LATIN CAPITAL LETTER N WITH CEDILLA) - 0x0146 (LATIN SMALL LETTER N WITH CEDILLA) - 0x0147 (LATIN CAPITAL LETTER N WITH CARON) - 0x0148 (LATIN SMALL LETTER N WITH CARON) - 0x0150 (LATIN CAPITAL LETTER O WITH DOUBLE ACUTE) - 0x0151 (LATIN SMALL LETTER O WITH DOUBLE ACUTE) - 0x0154 (LATIN CAPITAL LETTER R WITH ACUTE) - 0x0155 (LATIN SMALL LETTER R WITH ACUTE) - 0x0158 (LATIN CAPITAL LETTER R WITH CARON) - 0x0159 (LATIN SMALL LETTER R WITH CARON) - 0x015A (LATIN CAPITAL LETTER S WITH ACUTE) - 0x015B (LATIN SMALL LETTER S WITH ACUTE) - 0x015E (LATIN CAPITAL LETTER S WITH CEDILLA) - 0x015F (LATIN SMALL LETTER S WITH CEDILLA) - 0x0164 (LATIN CAPITAL LETTER T WITH CARON) - 0x0165 (LATIN SMALL LETTER T WITH CARON) - 0x016A (LATIN CAPITAL LETTER U WITH MACRON) - 0x016B (LATIN SMALL LETTER U WITH MACRON) - 0x016E (LATIN CAPITAL LETTER U WITH RING ABOVE) - 0x016F (LATIN SMALL LETTER U WITH RING ABOVE) - 0x0170 (LATIN CAPITAL LETTER U WITH DOUBLE ACUTE) - 0x0171 (LATIN SMALL LETTER U WITH DOUBLE ACUTE) - 0x0172 (LATIN CAPITAL LETTER U WITH OGONEK) - 0x0173 (LATIN SMALL LETTER U WITH OGONEK) - 0x0174 (LATIN CAPITAL LETTER W WITH CIRCUMFLEX) - 0x0175 (LATIN SMALL LETTER W WITH CIRCUMFLEX) - 0x0176 (LATIN CAPITAL LETTER Y WITH CIRCUMFLEX) - 0x0177 (LATIN SMALL LETTER Y WITH CIRCUMFLEX) - 0x0179 (LATIN CAPITAL LETTER Z WITH ACUTE) - 0x017A (LATIN SMALL LETTER Z WITH ACUTE) - 0x017B (LATIN CAPITAL LETTER Z WITH DOT ABOVE) - 0x017C (LATIN SMALL LETTER Z WITH DOT ABOVE) - 0x0218 (LATIN CAPITAL LETTER S WITH COMMA BELOW) - 0x0219 (LATIN SMALL LETTER S WITH COMMA BELOW) - 0x021A (LATIN CAPITAL LETTER T WITH COMMA BELOW) - 0x021B (LATIN SMALL LETTER T WITH COMMA BELOW) - 0x0237 (LATIN SMALL LETTER DOTLESS J) - 0x0300 (COMBINING GRAVE ACCENT) - 0x0301 (COMBINING ACUTE ACCENT) - 0x0302 (COMBINING CIRCUMFLEX ACCENT) - 0x0303 (COMBINING TILDE) - 0x0304 (COMBINING MACRON) - 0x0306 (COMBINING BREVE) - 0x0307 (COMBINING DOT ABOVE) - 0x0308 (COMBINING DIAERESIS) - 0x030A (COMBINING RING ABOVE) - 0x030B (COMBINING DOUBLE ACUTE ACCENT) - 0x030C (COMBINING CARON) - 0x0326 (COMBINING COMMA BELOW) - 0x0327 (COMBINING CEDILLA) - 0x0328 (COMBINING OGONEK) - 0x1E80 (LATIN CAPITAL LETTER W WITH GRAVE) - 0x1E81 (LATIN SMALL LETTER W WITH GRAVE) - 0x1E82 (LATIN CAPITAL LETTER W WITH ACUTE) - 0x1E83 (LATIN SMALL LETTER W WITH ACUTE) - 0x1E84 (LATIN CAPITAL LETTER W WITH DIAERESIS) - 0x1E85 (LATIN SMALL LETTER W WITH DIAERESIS) - 0x1E9E (LATIN CAPITAL LETTER SHARP S) - 0x1EF2 (LATIN CAPITAL LETTER Y WITH GRAVE) - 0x1EF3 (LATIN SMALL LETTER Y WITH GRAVE)
🔥 Gupter-Regular.ttf
-
🔥 FAIL
Missing required codepoints:
[code: missing-codepoints]- 0x0100 (LATIN CAPITAL LETTER A WITH MACRON) - 0x0101 (LATIN SMALL LETTER A WITH MACRON) - 0x0102 (LATIN CAPITAL LETTER A WITH BREVE) - 0x0103 (LATIN SMALL LETTER A WITH BREVE) - 0x0104 (LATIN CAPITAL LETTER A WITH OGONEK) - 0x0105 (LATIN SMALL LETTER A WITH OGONEK) - 0x0106 (LATIN CAPITAL LETTER C WITH ACUTE) - 0x0107 (LATIN SMALL LETTER C WITH ACUTE) - 0x010A (LATIN CAPITAL LETTER C WITH DOT ABOVE) - 0x010B (LATIN SMALL LETTER C WITH DOT ABOVE) - 0x010C (LATIN CAPITAL LETTER C WITH CARON) - 0x010D (LATIN SMALL LETTER C WITH CARON) - 0x010E (LATIN CAPITAL LETTER D WITH CARON) - 0x010F (LATIN SMALL LETTER D WITH CARON) - 0x0110 (LATIN CAPITAL LETTER D WITH STROKE) - 0x0111 (LATIN SMALL LETTER D WITH STROKE) - 0x0112 (LATIN CAPITAL LETTER E WITH MACRON) - 0x0113 (LATIN SMALL LETTER E WITH MACRON) - 0x0116 (LATIN CAPITAL LETTER E WITH DOT ABOVE) - 0x0117 (LATIN SMALL LETTER E WITH DOT ABOVE) - 0x0118 (LATIN CAPITAL LETTER E WITH OGONEK) - 0x0119 (LATIN SMALL LETTER E WITH OGONEK) - 0x011A (LATIN CAPITAL LETTER E WITH CARON) - 0x011B (LATIN SMALL LETTER E WITH CARON) - 0x011E (LATIN CAPITAL LETTER G WITH BREVE) - 0x011F (LATIN SMALL LETTER G WITH BREVE) - 0x0120 (LATIN CAPITAL LETTER G WITH DOT ABOVE) - 0x0121 (LATIN SMALL LETTER G WITH DOT ABOVE) - 0x0122 (LATIN CAPITAL LETTER G WITH CEDILLA) - 0x0123 (LATIN SMALL LETTER G WITH CEDILLA) - 0x0126 (LATIN CAPITAL LETTER H WITH STROKE) - 0x0127 (LATIN SMALL LETTER H WITH STROKE) - 0x012A (LATIN CAPITAL LETTER I WITH MACRON) - 0x012B (LATIN SMALL LETTER I WITH MACRON) - 0x012E (LATIN CAPITAL LETTER I WITH OGONEK) - 0x012F (LATIN SMALL LETTER I WITH OGONEK) - 0x0130 (LATIN CAPITAL LETTER I WITH DOT ABOVE) - 0x0136 (LATIN CAPITAL LETTER K WITH CEDILLA) - 0x0137 (LATIN SMALL LETTER K WITH CEDILLA) - 0x0139 (LATIN CAPITAL LETTER L WITH ACUTE) - 0x013A (LATIN SMALL LETTER L WITH ACUTE) - 0x013B (LATIN CAPITAL LETTER L WITH CEDILLA) - 0x013C (LATIN SMALL LETTER L WITH CEDILLA) - 0x013D (LATIN CAPITAL LETTER L WITH CARON) - 0x013E (LATIN SMALL LETTER L WITH CARON) - 0x0143 (LATIN CAPITAL LETTER N WITH ACUTE) - 0x0144 (LATIN SMALL LETTER N WITH ACUTE) - 0x0145 (LATIN CAPITAL LETTER N WITH CEDILLA) - 0x0146 (LATIN SMALL LETTER N WITH CEDILLA) - 0x0147 (LATIN CAPITAL LETTER N WITH CARON) - 0x0148 (LATIN SMALL LETTER N WITH CARON) - 0x0150 (LATIN CAPITAL LETTER O WITH DOUBLE ACUTE) - 0x0151 (LATIN SMALL LETTER O WITH DOUBLE ACUTE) - 0x0154 (LATIN CAPITAL LETTER R WITH ACUTE) - 0x0155 (LATIN SMALL LETTER R WITH ACUTE) - 0x0158 (LATIN CAPITAL LETTER R WITH CARON) - 0x0159 (LATIN SMALL LETTER R WITH CARON) - 0x015A (LATIN CAPITAL LETTER S WITH ACUTE) - 0x015B (LATIN SMALL LETTER S WITH ACUTE) - 0x015E (LATIN CAPITAL LETTER S WITH CEDILLA) - 0x015F (LATIN SMALL LETTER S WITH CEDILLA) - 0x0164 (LATIN CAPITAL LETTER T WITH CARON) - 0x0165 (LATIN SMALL LETTER T WITH CARON) - 0x016A (LATIN CAPITAL LETTER U WITH MACRON) - 0x016B (LATIN SMALL LETTER U WITH MACRON) - 0x016E (LATIN CAPITAL LETTER U WITH RING ABOVE) - 0x016F (LATIN SMALL LETTER U WITH RING ABOVE) - 0x0170 (LATIN CAPITAL LETTER U WITH DOUBLE ACUTE) - 0x0171 (LATIN SMALL LETTER U WITH DOUBLE ACUTE) - 0x0172 (LATIN CAPITAL LETTER U WITH OGONEK) - 0x0173 (LATIN SMALL LETTER U WITH OGONEK) - 0x0174 (LATIN CAPITAL LETTER W WITH CIRCUMFLEX) - 0x0175 (LATIN SMALL LETTER W WITH CIRCUMFLEX) - 0x0176 (LATIN CAPITAL LETTER Y WITH CIRCUMFLEX) - 0x0177 (LATIN SMALL LETTER Y WITH CIRCUMFLEX) - 0x0179 (LATIN CAPITAL LETTER Z WITH ACUTE) - 0x017A (LATIN SMALL LETTER Z WITH ACUTE) - 0x017B (LATIN CAPITAL LETTER Z WITH DOT ABOVE) - 0x017C (LATIN SMALL LETTER Z WITH DOT ABOVE) - 0x0218 (LATIN CAPITAL LETTER S WITH COMMA BELOW) - 0x0219 (LATIN SMALL LETTER S WITH COMMA BELOW) - 0x021A (LATIN CAPITAL LETTER T WITH COMMA BELOW) - 0x021B (LATIN SMALL LETTER T WITH COMMA BELOW) - 0x0237 (LATIN SMALL LETTER DOTLESS J) - 0x0300 (COMBINING GRAVE ACCENT) - 0x0301 (COMBINING ACUTE ACCENT) - 0x0302 (COMBINING CIRCUMFLEX ACCENT) - 0x0303 (COMBINING TILDE) - 0x0304 (COMBINING MACRON) - 0x0306 (COMBINING BREVE) - 0x0307 (COMBINING DOT ABOVE) - 0x0308 (COMBINING DIAERESIS) - 0x030A (COMBINING RING ABOVE) - 0x030B (COMBINING DOUBLE ACUTE ACCENT) - 0x030C (COMBINING CARON) - 0x0326 (COMBINING COMMA BELOW) - 0x0327 (COMBINING CEDILLA) - 0x0328 (COMBINING OGONEK) - 0x1E80 (LATIN CAPITAL LETTER W WITH GRAVE) - 0x1E81 (LATIN SMALL LETTER W WITH GRAVE) - 0x1E82 (LATIN CAPITAL LETTER W WITH ACUTE) - 0x1E83 (LATIN SMALL LETTER W WITH ACUTE) - 0x1E84 (LATIN CAPITAL LETTER W WITH DIAERESIS) - 0x1E85 (LATIN SMALL LETTER W WITH DIAERESIS) - 0x1E9E (LATIN CAPITAL LETTER SHARP S) - 0x1EF2 (LATIN CAPITAL LETTER Y WITH GRAVE) - 0x1EF3 (LATIN SMALL LETTER Y WITH GRAVE)
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ Gupter-Medium.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]
⚠️ Gupter-Bold.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]
⚠️ Gupter-Regular.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]