mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Merge branch 'master' into skeleton
This commit is contained in:
commit
3c45bd49e4
|
@ -41,7 +41,7 @@
|
||||||
// -----------------------------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------------------------
|
||||||
html {
|
html {
|
||||||
font-size: 62.5%;
|
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;
|
line-height: 1.4 !important;
|
||||||
letter-spacing: -0.1px !important;
|
letter-spacing: -0.1px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@ $custom_palettes: (
|
||||||
|
|
||||||
// Force the input field font sizes to 16px
|
// Force the input field font sizes to 16px
|
||||||
$typography: mat-typography-config(
|
$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),
|
$title: mat-typography-level(20px, 32px, 600),
|
||||||
$body-2: mat-typography-level(14px, 24px, 600),
|
$body-2: mat-typography-level(14px, 24px, 600),
|
||||||
$button: mat-typography-level(14px, 14px, 600),
|
$button: mat-typography-level(14px, 14px, 600),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user