Coder Social home page Coder Social logo

Comments (7)

jfkthame avatar jfkthame commented on June 5, 2024

There are other incorrect glyphs, too: e.g. U+005E ^ is displayed as ℮, and U+007C | is displayed as ♦.

This applies to the .ttf as well as .woff files in 3.108. The .otf versions appear to be correct.

from fira.

codeman38 avatar codeman38 commented on June 5, 2024

Decompiling the TTF using TTX reveals this in the cmap table:

      <map code="0x26" name="bar"/><!-- AMPERSAND -->
      <map code="0x40" name="musicalnotedbl"/><!-- COMMERCIAL AT -->
      <map code="0x5e" name="estimated"/><!-- CIRCUMFLEX ACCENT -->
      <map code="0x60" name="circumflex"/><!-- GRAVE ACCENT -->
      <map code="0x7c" name="diamond"/><!-- VERTICAL LINE -->

Clearly wrong-- needs to be fixed upstream. (Or alternatively, just copy the cmap from the OTF version, I suppose. But upstream is better, because that would fix the derived webfonts as well.)

from fira.

patrykdesign avatar patrykdesign commented on June 5, 2024

@potch can you please regenerate v.3.108 of the font... looks like there are some issues ^^^

from fira.

codeman38 avatar codeman38 commented on June 5, 2024

This is still broken in the TTF version of 3.109.

Edited to add: Hm, after manually editing the character mapping, the TTF version still has some brokenness beyond that. For instance, the left bearing on the vertical bar character is too small; the OTF has

    <mtx name="bar" width="600" lsb="262"/>

while the TTF has

    <mtx name="bar" width="600" lsb="54"/>

from fira.

codeman38 avatar codeman38 commented on June 5, 2024

I received a reply from Carrois indicating that this is an issue with the font editor used to generate the web fonts:

In the OTF the error doesn’t occur – so it seems to be a problem in the Beta-TTF-export of Glyphs.app.
Already forwarded your mail to the Glyphs developer. Please use the other formats until we fixed the problem.

In the meantime, would it be a good idea for Mozilla to generate their own version of the webfont using FontForge?

from fira.

carrois avatar carrois commented on June 5, 2024

fixed! will update tomorrow.
was a database error between Glyphs2 Beta and some of the export settings.

from fira.

kyoshino avatar kyoshino commented on June 5, 2024

Just downloaded 3.110. Looks good to me. Thank you!

from fira.

Related Issues (20)

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.