Skip to content

Commit

Permalink
[hide] Tweaked Inter font settings (0 is no longer slashed)
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Nov 28, 2024
1 parent e589d13 commit edb50ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ input,
select,
textarea {
font-family: var(--default-font), serif;
font-feature-settings: "ss02";
font-feature-settings: "cv08", "cv05";
color: #aaa;
}
a {
Expand Down
2 changes: 1 addition & 1 deletion bin/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ul, li {

body, td, th, li, p, a, input, select, textarea {
font-family : var(--default-font), serif;
font-feature-settings: "ss02";
font-feature-settings: "cv08", "cv05"; // Inter uppercase I and lowercase l disambiguation
color: #aaa;
}

Expand Down

0 comments on commit edb50ed

Please sign in to comment.