Font Bakery Logo image/svg+xml Font Bakery Logo Robert Martinez font build service https://github.com/xen/fontbakery
Fontbakery Technical Report

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/fontdata_namecheck
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/outline_alignment_miss

Summary

💥 ERROR ☠ FATAL 🔥 FAIL ⚠️ WARN ⏩ SKIP ℹ️ INFO ✅ PASS
2 0 4 9 40 7 176
1% 0% 2% 4% 17% 3% 74%

Meaning of check results:

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

OpenType Specification Checks

⚠️⏩⏩⏩⏩⏩⏩⏩

Checking unitsPerEm value is reasonable.

Check ID: <FontBakeryCheck:opentype/unitsperem>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    In order to optimize performance on some legacy renderers, the value of unitsPerEm at the head table should ideally be a power of 2 between 16 to 16384. And values of 1000 and 2000 are also common and may be just fine as well. But we got 1440 instead.

    [code: suboptimal]

Universal Profile Checks

🔥⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️

Detect any interpolation issues in the font.

Check ID: <FontBakeryCheck:interpolation_issues>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    Interpolation issues were found in the font:

    - Contour 1 start point differs in glyph 'zero.dnom' between location slnt=-14,wght=400 and location slnt=14,wght=400
    
    - Contour 1 start point differs in glyph 'zero.dnom' between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    - Contour 1 start point differs in glyph 'zero' between location slnt=-14,wght=400 and location slnt=14,wght=400
    
    - Contour 1 start point differs in glyph 'zero' between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    - Contour 0 point 6 in glyph 'uni2113' has a kink between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    - Contour 0 point 58 in glyph 'uni2126' has a kink between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    - Contour 1 start point differs in glyph 'zero.lf' between location slnt=-14,wght=400 and location slnt=14,wght=400
    
    - Contour 1 start point differs in glyph 'zero.lf' between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    - Contour 1 start point differs in glyph 'zero.zero' between location slnt=-14,wght=400 and location slnt=14,wght=400
    
    - Contour 1 start point differs in glyph 'zero.zero' between location slnt=-14,wght=1000 and location slnt=14,wght=100
    
    [code: interpolation-issues]

Check correctness of STAT table strings

Check ID: <FontBakeryCheck:STAT_strings>
🔥 AfacadFlux[slnt,wght].ttf
  • 🔥 FAIL

    The following AxisValue entries on the STAT table should not contain "Italic": ['nameID 284: Italic']

    [code: bad-italic]

Check font contains no unreachable glyphs

Check ID: <FontBakeryCheck:unreachable_glyphs>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    The following glyphs could not be reached by codepoint or substitution rules:

    - blackBullet
    
    - d.croat
    
    - h.hbar
    
    - o.slash
    
    - registered.lf
    
    - uni2042.alt
    
    - zerospace
    
    [code: unreachable-glyphs]

Article Checks

🔥

Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.

Check ID: <FontBakeryCheck:googlefonts/article/images>
🔥 AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    Article page is too short!

    [code: length-requirements-not-met]
  • 🔥 FAIL

    /Users/simon/others-repos/fonts//ofl/afacadflux/article/afacad_flux_03_artwork.png has 943173 bytes, but the maximum filesize for raster images is 819200 bytes.

    [code: filesize]
  • 🔥 FAIL

    Image is too large: 2160 x 1440 pixels

    Max resolution allowed: 2048 x 1024 pixels

    [code: image-too-large]
  • 🔥 FAIL

    /Users/simon/others-repos/fonts//ofl/afacadflux/article/afacad_flux_01_artwork.png has 880793 bytes, but the maximum filesize for raster images is 819200 bytes.

    [code: filesize]
  • 🔥 FAIL

    Image is too large: 2160 x 1440 pixels

    Max resolution allowed: 2048 x 1024 pixels

    [code: image-too-large]
  • 🔥 FAIL

    Image is too large: 2160 x 1440 pixels

    Max resolution allowed: 2048 x 1024 pixels

    [code: image-too-large]
  • 🔥 FAIL

    Image is too large: 2160 x 1440 pixels

    Max resolution allowed: 2048 x 1024 pixels

    [code: image-too-large]
  • ✅ PASS

    ok

Metadata Checks

⚠️⚠️⏩⏩ℹ️

METADATA.pb: Designers are listed correctly on the Google Fonts catalog?

Check ID: <FontBakeryCheck:googlefonts/metadata/designer_profiles>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    It seems that Kristian Möller is still not listed on the designers catalog. Please submit a photo and a link to a webpage where people can learn more about the work of this designer/typefoundry.

    [code: profile-not-found]

Check for codepoints not covered by METADATA subsets.

Check ID: <FontBakeryCheck:googlefonts/metadata/unreachable_subsetting>
⚠️ AfacadFlux[slnt,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: yi, canadian-aboriginal
    • U+02D9 DOT ABOVE: try adding one of: yi, canadian-aboriginal
    • U+02DB OGONEK: try adding one of: yi, canadian-aboriginal
    • U+0302 COMBINING CIRCUMFLEX ACCENT: try adding one of: cherokee, coptic, tifinagh, math
    • U+0306 COMBINING BREVE: try adding one of: tifinagh, old-permic
    • U+0307 COMBINING DOT ABOVE: try adding one of: old-permic, math, tai-le, todhri, coptic, syriac, hebrew, tifinagh, duployan, malayalam, canadian-aboriginal
    • U+030A COMBINING RING ABOVE: try adding one of: duployan, syriac
    • U+030B COMBINING DOUBLE ACUTE ACCENT: try adding one of: cherokee, osage
    • U+030C COMBINING CARON: try adding one of: tai-le, cherokee
    • U+030F COMBINING DOUBLE GRAVE ACCENT: not included in any glyphset definition
    • U+0311 COMBINING INVERTED BREVE: try adding one of: todhri, coptic
    • U+0312 COMBINING TURNED COMMA ABOVE: try adding math
    • U+031B COMBINING HORN: not included in any glyphset definition
    • U+0324 COMBINING DIAERESIS BELOW: try adding one of: duployan, cherokee, syriac
    • 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
    • U+032E COMBINING BREVE BELOW: try adding syriac
    • U+0331 COMBINING MACRON BELOW: try adding one of: cherokee, syriac, thai, gothic, tifinagh, sunuwar, caucasian-albanian
    • U+0335 COMBINING SHORT STROKE OVERLAY: not included in any glyphset definition
    • U+0336 COMBINING LONG STROKE OVERLAY: not included in any glyphset definition
    • U+03BC GREEK SMALL LETTER MU: try adding one of: math, greek
    • U+03C0 GREEK SMALL LETTER PI: try adding one of: math, yi, greek
    • U+0E3F THAI CURRENCY SYMBOL BAHT: try adding thai
    • U+2003 EM SPACE: try adding nushu
    • U+2004 THREE-PER-EM SPACE: try adding symbols2
    • U+2005 FOUR-PER-EM SPACE: try adding symbols2
    • U+2006 SIX-PER-EM SPACE: try adding symbols2
    • U+2007 FIGURE SPACE: try adding symbols2
    • U+2008 PUNCTUATION SPACE: try adding symbols2
    • U+200A HAIR SPACE: try adding symbols2
    • U+2010 HYPHEN: try adding one of: sundanese, armenian, syloti-nagri, cham, coptic, hebrew, arabic, kayah-li, lisu, kharoshthi, kaithi, sora-sompeng, yi
    • U+2016 DOUBLE VERTICAL LINE: try adding math
    • U+2021 DOUBLE DAGGER: try adding adlam
    • U+2030 PER MILLE SIGN: try adding adlam
    • U+2042 ASTERISM: not included in any glyphset definition
    • U+2052 COMMERCIAL MINUS SIGN: not included in any glyphset definition
    • U+2070 SUPERSCRIPT ZERO: try adding math
    • U+2074 SUPERSCRIPT FOUR: try adding math
    • U+2075 SUPERSCRIPT FIVE: try adding math
    • U+2076 SUPERSCRIPT SIX: try adding math
    • U+2077 SUPERSCRIPT SEVEN: try adding math
    • U+2078 SUPERSCRIPT EIGHT: try adding math
    • U+2079 SUPERSCRIPT NINE: try adding math
    • U+207A SUPERSCRIPT PLUS SIGN: try adding math
    • U+207B SUPERSCRIPT MINUS: try adding math
    • U+207C SUPERSCRIPT EQUALS SIGN: try adding math
    • U+207D SUPERSCRIPT LEFT PARENTHESIS: try adding math
    • U+207E SUPERSCRIPT RIGHT PARENTHESIS: try adding math
    • U+2080 SUBSCRIPT ZERO: try adding math
    • U+2081 SUBSCRIPT ONE: try adding math
    • U+2082 SUBSCRIPT TWO: try adding math
    • U+2083 SUBSCRIPT THREE: try adding math
    • U+2084 SUBSCRIPT FOUR: try adding math
    • U+2085 SUBSCRIPT FIVE: try adding math
    • U+2086 SUBSCRIPT SIX: try adding math
    • U+2087 SUBSCRIPT SEVEN: try adding math
    • U+2088 SUBSCRIPT EIGHT: try adding math
    • U+2089 SUBSCRIPT NINE: try adding math
    • U+208A SUBSCRIPT PLUS SIGN: try adding math
    • U+208B SUBSCRIPT MINUS: try adding math
    • U+208C SUBSCRIPT EQUALS SIGN: try adding math
    • U+208D SUBSCRIPT LEFT PARENTHESIS: try adding math
    • U+208E SUBSCRIPT RIGHT PARENTHESIS: try adding math
    • U+2105 CARE OF: try adding math
    • U+2116 NUMERO SIGN: try adding cyrillic
    • U+2126 OHM SIGN: try adding math
    • U+212E ESTIMATED SYMBOL: try adding math
    • U+2153 VULGAR FRACTION ONE THIRD: try adding symbols
    • U+2154 VULGAR FRACTION TWO THIRDS: try adding symbols
    • U+215B VULGAR FRACTION ONE EIGHTH: try adding symbols
    • U+215C VULGAR FRACTION THREE EIGHTHS: try adding symbols
    • U+215D VULGAR FRACTION FIVE EIGHTHS: try adding symbols
    • U+215E VULGAR FRACTION SEVEN EIGHTHS: try adding symbols
    • U+218A TURNED DIGIT TWO: try adding symbols
    • U+218B TURNED DIGIT THREE: try adding symbols
    • U+2190 LEFTWARDS ARROW: try adding one of: symbols, math
    • U+2192 RIGHTWARDS ARROW: try adding one of: symbols, math
    • U+2194 LEFT RIGHT ARROW: try adding one of: symbols, math
    • U+2195 UP DOWN ARROW: try adding one of: symbols, math
    • U+2196 NORTH WEST ARROW: try adding one of: symbols, math
    • U+2197 NORTH EAST ARROW: try adding one of: symbols, math
    • U+2198 SOUTH EAST ARROW: try adding one of: symbols, math
    • U+2199 SOUTH WEST ARROW: try adding one of: symbols, math
    • U+2202 PARTIAL DIFFERENTIAL: try adding math
    • U+2205 EMPTY SET: try adding math
    • U+2206 INCREMENT: try adding math
    • U+220F N-ARY PRODUCT: try adding math
    • U+2211 N-ARY SUMMATION: try adding math
    • U+2219 BULLET OPERATOR: try adding one of: yi, symbols, math, tai-tham
    • 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+25A0 BLACK SQUARE: try adding symbols
    • U+25A1 WHITE SQUARE: try adding symbols
    • U+25AA BLACK SMALL SQUARE: try adding symbols
    • U+25AB WHITE SMALL SQUARE: try adding symbols
    • U+25B2 BLACK UP-POINTING TRIANGLE: try adding symbols
    • U+25B3 WHITE UP-POINTING TRIANGLE: try adding one of: symbols, math
    • U+25B4 BLACK UP-POINTING SMALL TRIANGLE: try adding symbols
    • U+25B5 WHITE UP-POINTING SMALL TRIANGLE: try adding symbols
    • U+25B6 BLACK RIGHT-POINTING TRIANGLE: try adding symbols
    • U+25B7 WHITE RIGHT-POINTING TRIANGLE: try adding one of: symbols, math
    • U+25B8 BLACK RIGHT-POINTING SMALL TRIANGLE: try adding symbols
    • U+25B9 WHITE RIGHT-POINTING SMALL TRIANGLE: try adding symbols
    • U+25BC BLACK DOWN-POINTING TRIANGLE: try adding symbols
    • U+25BD WHITE DOWN-POINTING TRIANGLE: try adding one of: symbols, math
    • U+25BE BLACK DOWN-POINTING SMALL TRIANGLE: try adding symbols
    • U+25BF WHITE DOWN-POINTING SMALL TRIANGLE: try adding symbols
    • U+25C0 BLACK LEFT-POINTING TRIANGLE: try adding symbols
    • U+25C1 WHITE LEFT-POINTING TRIANGLE: try adding one of: symbols, math
    • U+25C2 BLACK LEFT-POINTING SMALL TRIANGLE: try adding symbols
    • U+25C3 WHITE LEFT-POINTING SMALL TRIANGLE: try adding symbols
    • U+25C6 BLACK DIAMOND: try adding symbols
    • U+25C7 WHITE DIAMOND: try adding symbols
    • U+25CA LOZENGE: try adding one of: symbols, math
    • U+25CB WHITE CIRCLE: try adding symbols
    • U+25CF BLACK CIRCLE: try adding symbols
    • U+25E6 WHITE BULLET: try adding symbols
    • U+27E8 MATHEMATICAL LEFT ANGLE BRACKET: try adding math
    • U+27E9 MATHEMATICAL RIGHT ANGLE BRACKET: try adding math
    • U+F8FF : 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

    Or you can add the above codepoints to one of the subsets supported by the font: latin, latin-ext, menu, vietnamese

    [code: unreachable-subsetting]

Glyphset Checks

💥

Shapes languages in all GF glyphsets.

Check ID: <FontBakeryCheck:googlefonts/glyphsets/shape_languages>
💥 AfacadFlux[slnt,wght].ttf
  • 💥 ERROR

    Failed with ModuleNotFoundError: No module named 'shaperglot.checker'

      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
    
    
    [code: failed-check]

Description Checks

🔥⚠️⏩⏩⏩⏩⏩⏩

DESCRIPTION.en_us.html should end in a linebreak.

Check ID: <FontBakeryCheck:googlefonts/description/eof_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.

Check ID: <FontBakeryCheck:googlefonts/description/min_length>
🔥 METADATA.pb
  • 🔥 FAIL

    DESCRIPTION.en_us.html must have size larger than 200 bytes.

    [code: too-short]

Shaping Checks

💥⚠️⏩⏩⏩

Ensure dotted circle glyph is present and can attach marks.

Check ID: <FontBakeryCheck:dotted_circle>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    No dotted circle glyph present

    [code: missing-dotted-circle]

Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.

Check ID: <FontBakeryCheck:soft_dotted>
💥 AfacadFlux[slnt,wght].ttf
  • 💥 ERROR

    Failed with ModuleNotFoundError: No module named 'shaperglot.checker'

      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
    
    
    [code: failed-check]

Outline Checks

⚠️⏩⏩⏩⏩

Are there any misaligned on-curve points?

Check ID: <FontBakeryCheck:outline_alignment_miss>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    The following glyphs have on-curve points which have potentially incorrect y coordinates:

    * uni01C4 (U+01C4): X=972.0,Y=2.0 (should be at baseline 0?)
    
    * uni01C4 (U+01C4): X=1536.0,Y=898.0 (should be at cap-height 900?)
    
    * uni01C5 (U+01C5): X=1000.0,Y=2.0 (should be at baseline 0?)
    
    * uni018F (U+018F): X=397.0,Y=902.0 (should be at cap-height 900?)
    
    * uni01B7 (U+01B7): X=545.0,Y=898.0 (should be at cap-height 900?)
    
    * uni01EE (U+01EE): X=545.0,Y=898.0 (should be at cap-height 900?)
    
    * Oslash (U+00D8): X=392.5,Y=2.0 (should be at baseline 0?)
    
    * Oslashacute (U+01FE): X=392.5,Y=2.0 (should be at baseline 0?)
    
    * Q (U+0051): X=668.0,Y=2.0 (should be at baseline 0?)
    
    * uni1E9E (U+1E9E): X=840.0,Y=899.0 (should be at cap-height 900?)
    
    * Z (U+005A): X=42.0,Y=2.0 (should be at baseline 0?)
    
    * Z (U+005A): X=606.0,Y=898.0 (should be at cap-height 900?)
    
    * Zacute (U+0179): X=42.0,Y=2.0 (should be at baseline 0?)
    
    * Zacute (U+0179): X=606.0,Y=898.0 (should be at cap-height 900?)
    
    * Zcaron (U+017D): X=42.0,Y=2.0 (should be at baseline 0?)
    
    * Zcaron (U+017D): X=606.0,Y=898.0 (should be at cap-height 900?)
    
    * Zdotaccent (U+017B): X=42.0,Y=2.0 (should be at baseline 0?)
    
    * Zdotaccent (U+017B): X=606.0,Y=898.0 (should be at cap-height 900?)
    
    * uni1EA3 (U+1EA3): X=299.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1EA3.ss02: X=270.0,Y=901.5 (should be at cap-height 900?)
    
    * uni01C6 (U+01C6): X=800.0,Y=2.0 (should be at baseline 0?)
    
    * uni1EBB (U+1EBB): X=286.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1EC9 (U+1EC9): X=78.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1ECF (U+1ECF): X=298.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1EDF (U+1EDF): X=298.0,Y=901.5 (should be at cap-height 900?)
    
    * oslash (U+00F8): X=279.5,Y=1.0 (should be at baseline 0?)
    
    * oslashacute (U+01FF): X=279.5,Y=1.0 (should be at baseline 0?)
    
    * uni1EE7 (U+1EE7): X=288.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1EED (U+1EED): X=288.0,Y=901.5 (should be at cap-height 900?)
    
    * uni1EF7 (U+1EF7): X=257.0,Y=901.5 (should be at cap-height 900?)
    
    * z (U+007A): X=40.0,Y=2.0 (should be at baseline 0?)
    
    * z (U+007A): X=490.0,Y=598.0 (should be at x-height 600?)
    
    * zacute (U+017A): X=40.0,Y=2.0 (should be at baseline 0?)
    
    * zcaron (U+017E): X=40.0,Y=2.0 (should be at baseline 0?)
    
    * zdotaccent (U+017C): X=40.0,Y=2.0 (should be at baseline 0?)
    
    * two (U+0032): X=119.0,Y=2.0 (should be at baseline 0?)
    
    * three (U+0033): X=582.0,Y=898.0 (should be at cap-height 900?)
    
    * seven (U+0037): X=695.0,Y=898.0 (should be at cap-height 900?)
    
    * dek (U+218A): X=631.0,Y=898.0 (should be at cap-height 900?)
    
    * el (U+218B): X=147.0,Y=2.0 (should be at baseline 0?)
    
    * two.lf: X=89.0,Y=2.0 (should be at baseline 0?)
    
    * three.lf: X=552.0,Y=898.0 (should be at cap-height 900?)
    
    * seven.lf: X=650.0,Y=898.0 (should be at cap-height 900?)
    
    * dek.lf: X=601.0,Y=898.0 (should be at cap-height 900?)
    
    * el.lf: X=117.0,Y=2.0 (should be at baseline 0?)
    
    * two.tf: X=119.0,Y=2.0 (should be at baseline 0?)
    
    * three.tf: X=582.0,Y=898.0 (should be at cap-height 900?)
    
    * seven.tf: X=695.0,Y=898.0 (should be at cap-height 900?)
    
    * dek.tf: X=631.0,Y=898.0 (should be at cap-height 900?)
    
    * el.tf: X=147.0,Y=2.0 (should be at baseline 0?)
    
    * two.dnom: X=70.0,Y=2.0 (should be at baseline 0?)
    
    * three.dnom: X=157.5,Y=-2.0 (should be at baseline 0?)
    
    * el.dnom: X=78.0,Y=2.0 (should be at baseline 0?)
    
    * three.numr: X=366.0,Y=898.0 (should be at cap-height 900?)
    
    * seven.numr: X=435.0,Y=898.0 (should be at cap-height 900?)
    
    * dek.numr: X=410.0,Y=898.0 (should be at cap-height 900?)
    
    * onehalf (U+00BD): X=670.0,Y=2.0 (should be at baseline 0?)
    
    * uni2153 (U+2153): X=757.5,Y=-2.0 (should be at baseline 0?)
    
    * uni2154 (U+2154): X=757.5,Y=-2.0 (should be at baseline 0?)
    
    * threequarters (U+00BE): X=366.0,Y=898.0 (should be at cap-height 900?)
    
    * threeeighths (U+215C): X=366.0,Y=898.0 (should be at cap-height 900?)
    
    * seveneighths (U+215E): X=435.0,Y=898.0 (should be at cap-height 900?)
    
    * uni2083 (U+2083): X=155.0,Y=1.0 (should be at baseline 0?)
    
    * uni2083 (U+2083): X=386.0,Y=-2.0 (should be at baseline 0?)
    
    * uni2089 (U+2089): X=396.0,Y=-1.0 (should be at baseline 0?)
    
    * uni00B3 (U+00B3): X=155.0,Y=901.0 (should be at cap-height 900?)
    
    * uni00B3 (U+00B3): X=386.0,Y=898.0 (should be at cap-height 900?)
    
    * uni2079 (U+2079): X=396.0,Y=899.0 (should be at cap-height 900?)
    
    * period (U+002E): X=95.5,Y=-1.5 (should be at baseline 0?)
    
    * period (U+002E): X=175.5,Y=-1.5 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=1162.0,Y=-2.0 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=1238.5,Y=-2.0 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=202.0,Y=-2.0 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=278.5,Y=-2.0 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=682.0,Y=-2.0 (should be at baseline 0?)
    
    * ellipsis (U+2026): X=758.5,Y=-2.0 (should be at baseline 0?)
    
    * exclam (U+0021): X=202.0,Y=-2.0 (should be at baseline 0?)
    
    * exclam (U+0021): X=278.5,Y=-2.0 (should be at baseline 0?)
    
    * question (U+003F): X=151.5,Y=901.5 (should be at cap-height 900?)
    
    * question (U+003F): X=202.0,Y=-2.0 (should be at baseline 0?)
    
    * question (U+003F): X=278.5,Y=-2.0 (should be at baseline 0?)
    
    * parenleft.inferior (U+208D): X=48.0,Y=1.0 (should be at baseline 0?)
    
    * parenleft.inferior (U+208D): X=134.0,Y=1.0 (should be at baseline 0?)
    
    * parenleft.superior (U+207D): X=108.0,Y=901.0 (should be at cap-height 900?)
    
    * parenleft.superior (U+207D): X=194.0,Y=901.0 (should be at cap-height 900?)
    
    * uni2113 (U+2113): X=464.5,Y=0.5 (should be at baseline 0?)
    
    * uni0E3F (U+0E3F): X=412.0,Y=898.0 (should be at cap-height 900?)
    
    * uni0E3F (U+0E3F): X=412.0,Y=1.0 (should be at baseline 0?)
    
    * sterling (U+00A3): X=151.0,Y=2.0 (should be at baseline 0?)
    
    * summation (U+2211): X=72.0,Y=898.0 (should be at cap-height 900?)
    
    * uni00B5 (U+03BC): X=632.0,Y=0.5 (should be at baseline 0?)
    
    * uni2197 (U+2197): X=246.0,Y=-2.0 (should be at baseline 0?)
    
    * uni2196 (U+2196): X=1194.0,Y=-2.0 (should be at baseline 0?)
    
    * hookabovecomb (U+0309): X=288.0,Y=901.5 (should be at cap-height 900?)
    
    [code: found-misalignments]

Font File Checks

🔥⚠️⏩⏩⏩⏩ℹ️ℹ️ℹ️

Ensure fonts have ScriptLangTags declared on the 'meta' table.

Check ID: <FontBakeryCheck:googlefonts/meta/script_lang_tags>
⚠️ AfacadFlux[slnt,wght].ttf
  • ⚠️ WARN

    This font file does not have a 'meta' table.

    [code: lacks-meta-table]

Validate STAT particle names and values match the fallback names in GFAxisRegistry.

Check ID: <FontBakeryCheck:googlefonts/STAT/axisregistry>
🔥 AfacadFlux[slnt,wght].ttf
  • 🔥 FAIL

    On the font variation axis 'slnt', the name 'Backslant' is not among the expected ones (Default) according to the Google Fonts Axis Registry.

    [code: invalid-name]
  • 🔥 FAIL

    On the font variation axis 'slnt', the name 'Italic' is not among the expected ones (Default) according to the Google Fonts Axis Registry.

    [code: invalid-name]
  • 🔥 FAIL

    On the font variation axis 'wght', the name 'ExtraBlack' is not among the expected ones (Thin, ExtraLight, Light, Regular, Medium, SemiBold, Bold, ExtraBold, Black) according to the Google Fonts Axis Registry.

    [code: invalid-name]