Skip to content

Commit fdc196d

Browse files
authored
refactor(typography): remove font size and line height (#12449)
1 parent 96bd94d commit fdc196d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/typography/_typography.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
@if is-root() {
3232
.ig-typography {
3333
font-family: var(--ig-font-family);
34-
font-size: theming.$browser-context;
35-
line-height: theming.rem(27px);
3634

3735
@if not(list.index($exclude, 'charts')) {
3836
@include charts-typography($type-scale);

0 commit comments

Comments
 (0)