@kth/style 0.16.2 → 0.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,34 +6,34 @@ $font-bold: 600;
|
|
|
6
6
|
|
|
7
7
|
// Replaces h1 (non-fluid)
|
|
8
8
|
@mixin font-heading-xl {
|
|
9
|
-
font-weight:
|
|
9
|
+
font-weight: 700;
|
|
10
10
|
font-size: 2.75rem;
|
|
11
11
|
line-height: 3.5rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
// Replaces h2 (non-fluid)
|
|
15
15
|
@mixin font-heading-l {
|
|
16
|
-
font-weight:
|
|
16
|
+
font-weight: 700;
|
|
17
17
|
font-size: 1.875rem;
|
|
18
18
|
line-height: 2.5rem;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
// Replaces h3 (non-fluid)
|
|
22
22
|
@mixin font-heading-m {
|
|
23
|
-
font-weight:
|
|
23
|
+
font-weight: 700;
|
|
24
24
|
font-size: 1.5rem;
|
|
25
25
|
line-height: 2rem;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
// Replaces h4 (non-fluid)
|
|
29
29
|
@mixin font-heading-s {
|
|
30
|
-
font-weight:
|
|
30
|
+
font-weight: 700;
|
|
31
31
|
font-size: 1.25rem;
|
|
32
32
|
line-height: 1.75rem;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
@mixin font-heading-xs {
|
|
36
|
-
font-weight:
|
|
36
|
+
font-weight: 700;
|
|
37
37
|
font-size: 1rem;
|
|
38
38
|
line-height: 1.5rem;
|
|
39
39
|
}
|