Created
June 2, 2021 07:25
-
-
Save owrrpon/d9df03bd7d8ed55615339f99b5e5a0f3 to your computer and use it in GitHub Desktop.
Making application typography over ride Angular Material typography
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Making the application typography over-ride the default Angular Material typography | |
$modhyobitto-typography: mat.define-typography-config( | |
$font-family: inherit | |
); | |
// Include the common styles for Angular Material. We include this here so that you only | |
// have to load a single css file for Angular Material in your app. | |
// Be sure that you only ever include this mixin once! | |
@include mat.core($modhyobitto-typography); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment