Is there a way to narrow fonts?

I would like to know if there’s any css or html or similar code to narrow the font. Similar to bold or strong, but the opposite effect of narrowing instead of widening.
Many thanks in advance for your time :slight_smile:

I meant to say that I have tried <font weight=100> and <font-weight=100> but neither have worked

Not sure if you’re looking for this, but this is (also) a way:

<span style="font-weight: lighter;">Lorem Ipsum</span>

Cheers, Marko :nerd_face:

Also make sure the font you’re using has a light version.

2 Likes

This works! Many thanks, I should’ve realised.
Specifying number weight also works :slight_smile:

1 Like