Код: Выделить всё
@use '@angular/material' as mat;
@use 'm3-theme';
@include mat.core();
@include mat.all-component-typographies();
html {
@include mat.all-component-themes(m3-theme.$light-theme);
}
< /code>
В моем материале 2 конфигурация у меня есть < /p>
$typography-config: mat.m2-define-typography-config(
$font-family: 'Roboto, "Helvetica Neue", sans-serif',
$body-2: mat.m2-define-typography-level(14px, 24px, 500),
$body-1: mat.m2-define-typography-level(14px, 20px, 400),
$button: mat.m2-define-typography-level(14px, 36px, 500, $letter-spacing: 0.014rem),
);
Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/785 ... -font-size