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

Update Formula for Iosevka v3.7.1 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bob-swinkels
Copy link

Add support for all styles listed in the documentation[1].

  • Add all styles that are missing.
  • Change the order of the options to match the documentation[1].
  • Rename "slant" to "slope" to match the documentation[1].
  • Remove no longer supported styles
  • Add the required "menu"-weights to the fonts for the font names
  • Remove "with-experimental-compressed" because this is not a default
    option anymore.
  • Add a flag for named "--without-widths-extended" instead of the
    "with-experimental-compressed" (no longer experimental) option and a
    flag "--without-widths-normal" to only build the extended width
  • Remove dependency on caryll/tap/otfcc-mac64 (no longer needed)
  • Remove TODO's for no longer existing styles

[1] https://github.com/be5invis/Iosevka/blob/58c472342ba46ce86108e5c85890b06261fa11bd/README.md#build-your-own-style

Add support for all styles listed in the documentation[1].

- Add all styles that are missing.
- Change the order of the options to match the documentation[1].
- Rename "slant" to "slope" to match the documentation[1].
- Remove no longer supported styles
- Add the required "menu"-weights to the fonts for the font names
- Remove  "with-experimental-compressed" because this is not a default
  option anymore.
- Add a flag for named "--without-widths-extended" instead of the
  "with-experimental-extended" (no longer experimental) option and a
  flag "--without-widths-normal" to only build the extended width
- Remove dependency on caryll/tap/otfcc-mac64 (no longer needed)
- Remove TODO's for no longer existing styles

[1]
https://github.com/be5invis/Iosevka/blob/58c472342ba46ce86108e5c85890b06261fa11bd/README.md#build-your-own-style
Copy link
Owner

@robertgzr robertgzr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot for the pr :)

option "without-sans", "skip building the default sans variant"
option "with-slab", "additionally build the serif variant"
option "with-woff", "additionally build the webfonts (woff)"
option "with-woff2", "additionally build the webfonts (woff2)"
option "with-unhinted", "additionally build unhinted TTF"

option "with-no-ligation", "disable ligations"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be without-ligation and without-cv-ss?

I guess it makes sense to have it this way to keep iosevka's options intact, but from brew's perspective without- would be more "idiomatic" ^^

I'm fine with either just wanted to bring it up...

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

Successfully merging this pull request may close these issues.

None yet

2 participants