|
9 | 9 |
|
10 | 10 | // Fonts
|
11 | 11 | @import 'https://fonts.googleapis.com/css?family=Material+Icons';
|
12 |
| -@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); |
| 12 | +@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500'); |
13 | 13 |
|
14 | 14 | $fontConfig: (
|
15 |
| - display-4: mat-typography-level(112px, 112px, 300, 'Roboto', -0.0134em), |
16 |
| - display-3: mat-typography-level(56px, 56px, 400, 'Roboto', -0.0089em), |
17 |
| - display-2: mat-typography-level(45px, 48px, 400, 'Roboto', 0em), |
18 |
| - display-1: mat-typography-level(34px, 40px, 400, 'Roboto', 0.0074em), |
19 |
| - headline: mat-typography-level(24px, 32px, 400, 'Roboto', 0em), |
20 |
| - title: mat-typography-level(20px, 32px, 500, 'Roboto', 0.0075em), |
21 |
| - subheading-2: mat-typography-level(16px, 28px, 400, 'Roboto', 0.0094em), |
22 |
| - subheading-1: mat-typography-level(15px, 24px, 500, 'Roboto', 0.0067em), |
23 |
| - body-2: mat-typography-level(14px, 24px, 500, 'Roboto', 0.0179em), |
24 |
| - body-1: mat-typography-level(14px, 20px, 400, 'Roboto', 0.0179em), |
25 |
| - button: mat-typography-level(14px, 14px, 500, 'Roboto', 0.0893em), |
26 |
| - caption: mat-typography-level(12px, 20px, 400, 'Roboto', 0.0333em), |
27 |
| - input: mat-typography-level(inherit, 1.125, 400, 'Roboto', 1.5px), |
| 15 | + display-4: mat-typography-level(112px, 112px, 300, 'Lato', -0.0134em), |
| 16 | + display-3: mat-typography-level(56px, 56px, 400, 'Lato', -0.0089em), |
| 17 | + display-2: mat-typography-level(45px, 48px, 400, 'Lato', 0em), |
| 18 | + display-1: mat-typography-level(34px, 40px, 400, 'Lato', 0.0074em), |
| 19 | + headline: mat-typography-level(24px, 32px, 400, 'Lato', 0em), |
| 20 | + title: mat-typography-level(20px, 32px, 500, 'Lato', 0.0075em), |
| 21 | + subheading-2: mat-typography-level(16px, 28px, 400, 'Lato', 0.0094em), |
| 22 | + subheading-1: mat-typography-level(15px, 24px, 500, 'Lato', 0.0067em), |
| 23 | + body-2: mat-typography-level(14px, 24px, 500, 'Lato', 0.0179em), |
| 24 | + body-1: mat-typography-level(14px, 20px, 400, 'Lato', 0.0179em), |
| 25 | + button: mat-typography-level(14px, 14px, 500, 'Lato', 0.0893em), |
| 26 | + caption: mat-typography-level(12px, 20px, 400, 'Lato', 0.0333em), |
| 27 | + input: mat-typography-level(inherit, 1.125, 400, 'Lato', 1.5px), |
28 | 28 | );
|
29 | 29 |
|
30 | 30 | // Foreground Elements
|
|
0 commit comments