Browse Source

Setup typography

pull/1648/head
Thomas 3 years ago
parent
commit
2764155a17
  1. 6
      apps/client/src/styles/theme.scss

6
apps/client/src/styles/theme.scss

@ -79,7 +79,8 @@ $gf-theme-default: mat.define-light-theme(
primary: mat.define-palette($gf-primary),
accent: mat.define-palette($gf-secondary, 500, 900, A100)
),
density: 0
density: 0,
typography: mat.define-typography-config()
)
);
@include mat.all-component-themes($gf-theme-default);
@ -92,7 +93,8 @@ $gf-theme-dark: mat.define-dark-theme(
primary: mat.define-palette($gf-primary),
accent: mat.define-palette($gf-secondary, 500, 900, A100)
),
density: 0
density: 0,
typography: mat.define-typography-config()
)
);
.is-dark-theme {

Loading…
Cancel
Save