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

Different digit-form's for upright/oblique/italic #724

Closed
pv4 opened this issue Nov 12, 2020 · 1 comment
Closed

Different digit-form's for upright/oblique/italic #724

pv4 opened this issue Nov 12, 2020 · 1 comment
Milestone

Comments

@pv4
Copy link

pv4 commented Nov 12, 2020

Is it possible to apply different digit-forms (lining/old-style) to different styles (upright/oblique/italic)?

In iosevka 3.x it was possible by using something like

[buildPlans.iosevka-x]
design = []
upright = ["default-to-lining-figures"]
oblique = ["default-to-lining-figures"]
italic = ["default-to-old-style-figures"]
@pv4 pv4 changed the title Different digit-form-s for upright/oblique/italic Different digit-form's for upright/oblique/italic Nov 12, 2020
@be5invis
Copy link
Owner

Moved digit form into variant selector, so now you could set digit form like this:

[buildPlans.iosevka-custom.variants.upright]
digit-form = "lining"

[buildPlans.iosevka-custom.variants.italic]
digit-form = "old-style"

Closing.

@be5invis be5invis added this to the 4.0b1 milestone Nov 12, 2020
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

2 participants