Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/dialog): invalid font-family declaration (#29516)
We were emitting a font family value like `var(--mat-dialog-font, Roboto, sans-serif)` which is invalid. These changes remove the fallback since it was primarily there to make it easier to land the MDC changes. (cherry picked from commit 95d1354)
- Loading branch information