Skip to content

Commit

Permalink
Merge pull request #240 from UCF/font-condensed-kerning
Browse files Browse the repository at this point in the history
Added some letter-spacing to the font-condensed class
  • Loading branch information
jmbarne3 authored Feb 23, 2024
2 parents 376f7b0 + b46fa11 commit 6efcb1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _docs/static/css/docs.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/framework.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/scss/utilities/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// sass-lint:disable no-important
font-weight: normal !important; // We only support one weight of Knockout--forcing !important here is necessary.
// sass-lint:enable no-important
letter-spacing: .025em;
}


Expand Down

0 comments on commit 6efcb1d

Please sign in to comment.