79613091

Date: 2025-05-08 20:08:01
Score: 1.5
Natty:
Report link

The best way to do it is to use the overrides in styles.scss https://material.angular.dev/components/checkbox/styling

:root {
  @include mat.checkbox-overrides((
     label-text-font: Open Sans
  ));
}
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Stephen DuMont