Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font does not display at correct size when using font-size-adjust. #77

Open
muster-mark opened this issue Oct 6, 2022 · 4 comments
Open

Comments

@muster-mark
Copy link

When using font-size-adjust, the font goes much much smaller than it should.

Here is without font-size-adjust:
Screenshot 2022-10-06 at 11 42 46

And here is with font-size-adjust: 0.5:
Screenshot 2022-10-06 at 11 42 28

Which definitely seems wrong.

@jessebc
Copy link

jessebc commented Mar 31, 2023

This appears to render ok in Safari's new implementation of font-size-adjust, but is still broken in Firefox

@muster-mark
Copy link
Author

Does anyone know if the bug is in the font, the browser, both or neither (i.e. spec is ambiguous). I don't know how this works, so don't have a clue. I was assuming it was the font on the basis that it is only this font I have experienced an issue with, but happy to be corrected.

@jessebc
Copy link

jessebc commented Apr 2, 2023

I think it's in the font. I noticed that version 3 of this font seems to behave as expected (or at least closer to what is expected) but it doesn't have italics.

@bradmcclintock
Copy link

I've been playing with OpenDyslexic in LaTeX and I think it is the font too. It looks like the 'ex' dimension specified in the font file is too large (I haven't yet tested the 'em' dimension).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants