Site logo

Archived topic

Need Help With Adobe Fonts

3 replies · Started by RJ on February 13, 2020

Viewing posts 1–4 of 4

Hey there,

I have installed what I think is the correct adobe font - Kepler Std - here https://www.eatweeds.co.uk/alexanders-smyrnium-olusatrum

I am trying to mimic the BODY font-weight and style over at https://simplifymagazine.com/. Which from what I can see is:

Family: kepler-std, serif;
Style: Normal
Weight: 300
Size: 20px
Line height: 35px
Color: #000000

However, my font-weight seems heavy and a lot darker even though it is set to 300.

After over an hour I can't figure out what I am doing wrong.

Can you help me, please?

TIA

Hi there,

try adding this CSS:

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

That worked. Many thanks, David.

ATB

You're welcome

This archived topic is closed to new replies.