Skip to content

Commit

Permalink
Add font styles to textarea #1476
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokiterashima committed Nov 1, 2023
1 parent 403f577 commit 91ecf5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ $wise-typography: mat.define-typography-config(
$caption: mat.define-typography-level(14px, 20px, 400),
$button: mat.define-typography-level(14px, 14px, 500, $letter-spacing: 'normal'),
);

textarea {
font-family: Roboto,Helvetica Neue,sans-serif;
font-size: 100%;
}

0 comments on commit 91ecf5e

Please sign in to comment.