In this video I talk about how In Elementor, I used to make these countdown timers on every Black Friday sale.

Elementor Black Friday sale landing page

The numbers were always shifting - especially when it comes to the digit of 1, because the font wasn't a monospace font, and I couldn't replace it with a font that wasn't "in brand".

The digits are always shifting

There’s one setting to go from unevenly spaced digits to perfectly aligned bliss.

Countdown with tabular figures activated

In Figma:

If you’re designing in Figma, tick the option of “Monospace lining”.

  1. Click the 3 dots (...) on Text
  2. Click Details
  3. Choose Style (if supported)
Monospace uppercase/lining in Figma
Monospace uppercase/lining in Figma

In Webflow

And on the web just use the CSS property of font-feature-settings, and "tnum" as the value.

  1. In Custom Properties choose the property font-feature-settings.
  2. Add the value of "tnum" (with the parenthesis).
Webflow: Custom property of font-feature-settings with the value of "tnum"
Webflow: Custom property of font-feature-settings with the value of "tnum"

In Elementor

  1. Add the following code to your page/site.
  2. Add the class of monospace to the Countdown widget (or any text).
<style>
.monospace {
	font-feature-settings: "tnum";
</style>
CSS class name: monospace
CSS class name: monospace

The catch

But there’s a catch - this OpenType feature is supported only on fonts that have been updated to support it.

Some fonts that support OpenType features
Some fonts that support OpenType features

As uncle Ben once said, with great fonts comes great responsibility.

with great fonts comes great responsibility

Until next time, cheers…

Web Design Secrets, Part 6: Gradient Headings
Web Design Secrets, Part 5: Bento girds
Web Design Secrets, Part 4: Mouse Follower
Web Design Secrets, Part 3: Secondary Animation
Web Design Secrets, Part 2: Staggered Text Reveal Animation
Web Design Secrets, Part 1: Smooth Scrolling
How to add "Paper" to your web design
Relume AI Website Builder
No more unbalanced headlines in your design
Fill text on scroll with GSAP and ScrollTrigger
Design Better Countdown Timers
Emoji Confetti
Text Stroke Effect
Stretched letter effect using variable fonts

Got a Question?

Get an Answer!

If something's not clear, drop a question on my Instagram and I'll update my tutorial if needed.

More videos

Some of the links on this page are affiliate links, meaning I may receive a commission if you follow them. This allows me to continue providing free content and educational resources for you, and for you it changes nothing. Also, I 100% stand behind every product I recommend. Thank you for supporting my small business