Skip to content

Instantly share code, notes, and snippets.

@ismaproco
Last active July 4, 2018 15:43
Show Gist options
  • Save ismaproco/c507479947245826e311d79fb33905bf to your computer and use it in GitHub Desktop.
Save ismaproco/c507479947245826e311d79fb33905bf to your computer and use it in GitHub Desktop.
/* You can add global styles to this file, and also import other style files */
@import '~@angular/material/theming';
@import url('//fonts.googleapis.com/icon?family=Material+Icons');
@include mat-core();
$primary: mat-palette($mat-lime, 500);
$accent: mat-palette($mat-lime, 500, A200, A400);
$warn: mat-palette($mat-red, 500);
$config: mat-typography-config();
$theme: mat-light-theme($primary, $accent, $warn);
@include angular-material-theme($theme);
body {
font-family: mat-font-family($config);
font-weight: normal;
}
h1, h2, h3, h4 {
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment