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 )); }