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

font weight medium not bold enoughtl #12

Open
Lucascoorek opened this issue Feb 22, 2021 · 7 comments
Open

font weight medium not bold enoughtl #12

Lucascoorek opened this issue Feb 22, 2021 · 7 comments

Comments

@Lucascoorek
Copy link

When loading medium font to a browser throught css, medium font in not bold enoughtl.
CSS:

@font-face {
    font-family: PlusJakartaSans;
    font-weight: 400;
    src: url("/fonts/PlusJakartaSans-Regular.woff2") format("woff2");
}
@font-face {
    font-family: PlusJakartaSans;
    font-weight: 700;
    src: url("/fonts/PlusJakartaSans-Bold.woff2") format("woff2");
}
@font-face {
    font-family: PlusJakartaSans;
    font-weight: 500;
    src: url("/fonts/PlusJakartaSans-Medium.woff2") format("woff2");
}

This is how it looks in the browser:
Screenshot 2021-02-22 at 10 57 23

Medium font is almost identical to regular.

@kenmcd
Copy link

kenmcd commented Feb 22, 2021

It looks right based on the weights.
Regular (400), Medium (500), Bold (700)
What is missing is the SemiBold (600).
When SemiBold (600) is added it looks like this:

Plus Jakarta Sans with SemiBold added

I think that may be what you are looking for.
Not sure why there is no SemiBold as it is very easy to add (like I did in just minutes).
Perhaps you should re-title this post as a feature request for a SemiBold (600) weight.

@amoghsrivastava
Copy link

It looks right based on the weights.
Regular (400), Medium (500), Bold (700)
What is missing is the SemiBold (600).
When SemiBold (600) is added it looks like this:

Plus Jakarta Sans with SemiBold added

I think that may be what you are looking for.
Not sure why there is no SemiBold as it is very easy to add (like I did in just minutes).
Perhaps you should re-title this post as a feature request for a SemiBold (600) weight.

@kenmcd How did you get the above weights? Could you please share this? 😃

@kenmcd
Copy link

kenmcd commented Sep 1, 2021

@kenmcd How did you get the above weights? Could you please share this?

I just added an instance in the .glyphs file.
Don't remember if I even saved it.
I can take a look tomorrow.
What are you looking for - TTF, WOFF2 ?

@amoghsrivastava
Copy link

@kenmcd How did you get the above weights? Could you please share this?

I just added an instance in the .glyphs file.
Don't remember if I even saved it.
I can take a look tomorrow.
What are you looking for - TTF, WOFF2 ?

Ahh okay, I tried doing that but it didn’t work.. I’m looking for TTFs

@kenmcd
Copy link

kenmcd commented Sep 1, 2021

I’m looking for TTFs

Here ya go - SemiBold Regular and Italics - with TTFAutohint.
I just did a quick check to make sure the names are correct and they install.
Seems to be OK.
Let me know if there are any issues.
PlusJakartaSans-SemiBold-Regular-and-Italic.zip (176KB)

@mhoev
Copy link

mhoev commented Sep 29, 2021

@kenmcd
Hi, this font is awesome!
Would it be possible to share the SemiBold also in WOFF2 and WOFF?

@kenmcd
Copy link

kenmcd commented Sep 29, 2021

@kenmcd Hi, this font is awesome! Would it be possible to share the SemiBold also in WOFF2 and WOFF?

I agree. These are really nice fonts. Just need a SemiBold weight added :-)

Here ya go: PlusJakartaSans-SemiBold.Reg.and.Ital.WOFF.and.WOFF2.zip

Not extensively tested.
Just checked names, and viewed an HTML page test.
Let me know if there are any issues.

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

4 participants