Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #24435 from michaelwu/bug-1059213
Browse files Browse the repository at this point in the history
Bug 1059213 - Use font feature settings to enable tabular numbers, r=mcav
  • Loading branch information
michaelwu committed Sep 25, 2014
2 parents 6742c3b + 2623353 commit 0b71822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/clock/style/stopwatch.css
Expand Up @@ -8,6 +8,7 @@
color: #CFE2E6;
font-weight: lighter;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
font-size: 8.6rem;
letter-spacing: -0.5rem;
pointer-events: none;
Expand Down Expand Up @@ -67,6 +68,7 @@
.lap-duration {
float: right;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
font-weight: lighter;
}

Expand Down
1 change: 1 addition & 0 deletions apps/clock/style/timer.css
Expand Up @@ -6,6 +6,7 @@
#timer-time {
letter-spacing: -0.5rem;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
font-weight: lighter;
font-size: 8.6rem;
color: #CFE2E6;
Expand Down

0 comments on commit 0b71822

Please sign in to comment.