Skip to content

Instantly share code, notes, and snippets.

@owrrpon
Created June 2, 2021 07:25
Show Gist options
  • Save owrrpon/d9df03bd7d8ed55615339f99b5e5a0f3 to your computer and use it in GitHub Desktop.
Save owrrpon/d9df03bd7d8ed55615339f99b5e5a0f3 to your computer and use it in GitHub Desktop.
Making application typography over ride Angular Material typography
// 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