mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
Fixed: Forgot to change the font families
This commit is contained in:
parent
8118f94b50
commit
430fe0c0c1
|
@ -41,7 +41,7 @@
|
|||
// -----------------------------------------------------------------------------------------------------
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
font-family: 'Nunito', 'Helvetica Neue', 'Arial', sans-serif;
|
||||
font-family: 'Muli', 'Helvetica Neue', 'Arial', sans-serif;
|
||||
line-height: 1.4 !important;
|
||||
letter-spacing: -0.1px !important;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ $custom_palettes: (
|
|||
|
||||
// Force the input field font sizes to 16px
|
||||
$typography: mat-typography-config(
|
||||
$font-family: 'Nunito, Helvetica Neue, Arial, sans-serif',
|
||||
$font-family: 'Muli, Helvetica Neue, Arial, sans-serif',
|
||||
$title: mat-typography-level(20px, 32px, 600),
|
||||
$body-2: mat-typography-level(14px, 24px, 600),
|
||||
$button: mat-typography-level(14px, 14px, 600),
|
||||
|
|
Loading…
Reference in New Issue
Block a user