Closed benrbray closed 2 years ago
Grave accent combined with Latin a
produces aacute
thanks to glyphs composition
U+0060 GRAVE ACCENT
you need to disable ccmp
feature, not ligatures
https://helpx.adobe.com/fonts/using/open-type-syntax.html#ccmp
Thanks for the reply. Do you know the correct way to disable ccmp
? I've tried both of the below with no luck. Any alternatives to this?
font-feature-settings: "ccmp" off;
font-feature-settings: "ccmp" 0;
@benrbray
Seems your editor replaces U+0060 GRAVE ACCENT
by U+0300 COMBINING GRAVE ACCENT
.
Actually grave
has an unnecessary top
anchor that fixates to base glyphs. That was my oversight in from an older version. So removing this anchor should solve the issue.
@benrbray Let me know if this version works for you. Lora-v3.003.zip
It works!! Thank you very much!
Thank you for this beautiful font! I'm using it as one of the font options for a math-focused WYSIWYG markdown editor. Accordingly it is common to include backticks ``` as part of markdown syntax. However, I've been experiencing mysterious accent characters appearing while using the Lora font, which don't appear when using any other fonts:
As you can see, the raw text is just
mysterious `accent`
, with no accented characters. Can you think of a reason why Lora would cause this issue? Is there any way to fix it? I've already triedfont-variant-ligatures: none
.Notably, I cannot reproduce the issue on Google fonts: