Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve typography theming #1

Open
toureholder opened this issue Nov 17, 2021 · 0 comments
Open

Improve typography theming #1

toureholder opened this issue Nov 17, 2021 · 0 comments

Comments

@toureholder
Copy link
Owner

Something like:

// theme.scss
// Fonts
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&display=swap');

// mat-typography-level(size, line-height, font-weight)
$wiz-typography: mat-typography-config(
  $font-family: 'Roboto, Heebo, sans-serif',
);

https://github.com/wizsolucoes/ng-material-theme/blob/main/src/ng-material-theme/files-white-label/src/theme.scss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant