Giter Site home page Giter Site logo

turret-road's People

Contributors

noponies avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

simoncozens

turret-road's Issues

Google Fonts QA report

Fontbakery report

Fontbakery version: 0.7.8

[1] Family checks
๐Ÿ”ฅ FAIL: Verify that each group of fonts with the same nameID 1 has maximum of 4 fonts

[8] TurretRoad-Bold.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Checking Vertical Metric Linegaps.

[9] TurretRoad-ExtraBold.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Combined length of family and style must not exceed 27 characters.
  • com.google.fonts/check/name/family_and_style_max_length
  • โš  WARN The combined length of family and style exceeds 27 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Turret Road ExtraBold' / SUBFAMILY_NAME = 'Regular'
  • โš  WARN Please take a look at the conversation at fonttools/fontbakery#2179 in order to understand the reasoning behing these name table records max-length criteria.
โš  WARN: Checking Vertical Metric Linegaps.

[10] TurretRoad-ExtraLight.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Checking OS/2 usWeightClass.
  • com.google.fonts/check/usweightclass
  • โš  WARN {}:{} is OK on TTFs, but OTF files with those values will cause bluring on Windows. GlyphsApp users must set a Instance Custom Parameter for the Thin and ExtraLight styles to 250 and 275, so that if OTFs are exported then it will not blur on Windows.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: AE Contours detected: 4 Expected: 2
Glyph name: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Combined length of family and style must not exceed 27 characters.
  • com.google.fonts/check/name/family_and_style_max_length
  • โš  WARN The combined length of family and style exceeds 27 chars in the following 'WINDOWS' entries: FONT_FAMILY_NAME = 'Turret Road ExtraLight' / SUBFAMILY_NAME = 'Regular'
  • โš  WARN Please take a look at the conversation at fonttools/fontbakery#2179 in order to understand the reasoning behing these name table records max-length criteria.
โš  WARN: Checking Vertical Metric Linegaps.

[8] TurretRoad-Light.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Checking Vertical Metric Linegaps.

[8] TurretRoad-Medium.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Checking Vertical Metric Linegaps.

[8] TurretRoad-Regular.ttf
๐Ÿ”ฅ FAIL: Check glyph coverage.
๐Ÿ”ฅ FAIL: PPEM must be an integer on hinted fonts.
โš  WARN: Font has old ttfautohint applied?
โš  WARN: Stricter unitsPerEm criteria for Google Fonts.
  • com.google.fonts/check/unitsperem_strict
  • โš  WARN Even though unitsPerEm (1000) in this font is reasonable. It is strongly advised to consider changing it to 2000, since it will likely improve the quality of Variable Fonts by avoiding excessive rounding of coordinates on interpolations.
โš  WARN: Check if each glyph has the recommended amount of contours.
  • com.google.fonts/check/contour_count
  • โš  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: germandbls Contours detected: 2 Expected: 1
Glyph name: lessequal Contours detected: 1 Expected: 2
Glyph name: greaterequal Contours detected: 1 Expected: 2
Glyph name: uni2158 Contours detected: 3 Expected: 4

โš  WARN: Are there caret positions declared for every ligature?
โš  WARN: Is there kerning info for non-ligated sequences?
โš  WARN: Checking Vertical Metric Linegaps.

Summary

๐Ÿ’” ERROR ๐Ÿ”ฅ FAIL โš  WARN ๐Ÿ’ค SKIP โ„น INFO ๐Ÿž PASS
0 13 39 356 31 382
0% 2% 5% 43% 4% 47%

Note: The following loglevels were omitted in this report:

  • SKIP
  • INFO
  • PASS

Diff images: turret_road_qa.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.