|
1 | 1 | @import 'src/design-system/variables/variables.scss';
|
2 | 2 |
|
3 | 3 | @mixin heading-6 {
|
4 |
| - font-family: 'Mazzard'; |
| 4 | + font-family: 'Mazzard', sans-serif; |
5 | 5 | font-style: normal;
|
6 | 6 | font-weight: 600;
|
7 | 7 | font-size: 20px;
|
|
14 | 14 | }
|
15 | 15 |
|
16 | 16 | @mixin heading-5 {
|
17 |
| - font-family: 'Mazzard'; |
| 17 | + font-family: 'Mazzard', sans-serif; |
18 | 18 | font-style: normal;
|
19 | 19 | font-weight: 600;
|
20 | 20 | font-size: 24px;
|
|
28 | 28 | }
|
29 | 29 |
|
30 | 30 | @mixin heading-4-italic {
|
31 |
| - font-family: 'Mazzard'; |
| 31 | + font-family: 'Mazzard', sans-serif; |
32 | 32 | font-style: normal;
|
33 | 33 | font-weight: 400;
|
34 | 34 | font-size: 28px;
|
|
42 | 42 | }
|
43 | 43 |
|
44 | 44 | @mixin paragraph-xx-small {
|
45 |
| - font-family: 'Mazzard'; |
| 45 | + font-family: 'Mazzard', sans-serif; |
46 | 46 | font-style: normal;
|
47 | 47 | font-weight: 400;
|
48 | 48 | font-size: 10px;
|
49 | 49 | line-height: 16px;
|
50 | 50 | }
|
51 | 51 |
|
52 | 52 | @mixin paragraph-x-small {
|
53 |
| - font-family: 'Mazzard'; |
| 53 | + font-family: 'Mazzard', sans-serif; |
54 | 54 | font-style: normal;
|
55 | 55 | font-weight: 400;
|
56 | 56 | font-size: 12px;
|
57 | 57 | line-height: 16px;
|
58 | 58 | }
|
59 | 59 |
|
60 | 60 | @mixin paragraph-small {
|
61 |
| - font-family: 'Mazzard'; |
| 61 | + font-family: 'Mazzard', sans-serif; |
62 | 62 | font-style: normal;
|
63 | 63 | font-weight: 400;
|
64 | 64 | font-size: 14px;
|
65 | 65 | line-height: 20px;
|
66 | 66 | }
|
67 | 67 |
|
68 | 68 | @mixin paragraph-medium {
|
69 |
| - font-family: 'Mazzard'; |
| 69 | + font-family: 'Mazzard', sans-serif; |
70 | 70 | font-style: normal;
|
71 | 71 | font-weight: 400;
|
72 | 72 | font-size: 16px;
|
73 | 73 | line-height: 22px;
|
74 | 74 | }
|
75 | 75 |
|
76 | 76 | @mixin paragraph-large {
|
77 |
| - font-family: 'Mazzard'; |
| 77 | + font-family: 'Mazzard', sans-serif; |
78 | 78 | font-style: normal;
|
79 | 79 | font-weight: 400;
|
80 | 80 | font-size: 18px;
|
|
83 | 83 |
|
84 | 84 | // Not present in Figma
|
85 | 85 | @mixin label {
|
86 |
| - font-family: 'Mazzard'; |
| 86 | + font-family: 'Mazzard', sans-serif; |
87 | 87 | font-style: normal;
|
88 | 88 | font-weight: 600;
|
89 | 89 | font-size: 12px;
|
|
0 commit comments