Skip to content

Capital figures need better reference in <case> feature. #127

@frankrolf

Description

@frankrolf

Analog to adobe-fonts/source-sans#89

Possible fix:

Current:

feature case { # Case-Sensitive Forms
    sub @MARKS_CMB_ALL by @MARKS_CMB_ALL_CASE;
    sub @FIGURES_OLDSTYLE by @FIGURES_CASE;
    sub ijacute by IJacute;
    sub at by at.case;
    sub anoteleia by anoteleia.cap;
} case;

Fix:

feature case { # Case-Sensitive Forms
    sub @MARKS_CMB_ALL by @MARKS_CMB_ALL_CASE;
    sub @FIGURES_LINING by @FIGURES_CASE;
    sub @FIGURES_OLDSTYLE by @FIGURES_CASE;
    sub ijacute by IJacute;
    sub at by at.case;
    sub anoteleia by anoteleia.cap;
} case;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions