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

Punctuation patch #2

Open
alexeyten opened this issue Feb 15, 2023 · 5 comments
Open

Punctuation patch #2

alexeyten opened this issue Feb 15, 2023 · 5 comments

Comments

@alexeyten
Copy link

I see that you build semibold/black variants just to take punctuations from them.

Have you tried to change periodSize?

E.g.

[buildPlans.pragmasevka.metric-override]
periodSize = 'default_periodSize * 1.2'
@shytikov
Copy link
Owner

Hej! Thank you!

I didn't know that it's an option! But definitely will try it!

Need to verify that comma, colon and semicolon are also following that update (and also none else)

Will keep this this thread updated with the findings!

@shytikov
Copy link
Owner

It worked @alexeyten!

Thank you for such an amazing idea! I glad that I've learned that trick!

I have applied this trick for v1.6.2. Will close the issue then! Thank you again!

@shytikov shytikov reopened this Feb 19, 2023
@shytikov
Copy link
Owner

Tested again and for bold variant it is getting too bold, because there is no concrete ratio there, I rather manually matching weights based on the looks...

shytikov added a commit that referenced this issue Feb 19, 2023
@mengelbrecht
Copy link

You can adjust the periodSize depending on the weight:

periodSize = 'blend(weight, [425, default_periodSize * 1.2], [800, default_periodSize * 1.1])'

@shytikov
Copy link
Owner

Oh, that's cool idea! Will try it!

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