Skip to content

Commit

Permalink
Remove negative letter-spacing from default font
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Jun 16, 2023
1 parent 0aa6eb6 commit cfda69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/global_styling/mixins/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@mixin ouiFont {
font-family: $ouiFontFamily;
font-weight: $ouiFontWeightRegular;
letter-spacing: -.005em;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-kerning: normal;
Expand Down

0 comments on commit cfda69d

Please sign in to comment.