website-utilities 1.0.291 → 1.0.295
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/index.scss +5 -5
- package/package.json +1 -1
package/index.scss
CHANGED
|
@@ -9,8 +9,6 @@ License
|
|
|
9
9
|
This library written by Torben Sickert stand under a creative commons naming
|
|
10
10
|
3.0 unported license. See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
11
11
|
endregion */
|
|
12
|
-
@use "sass:string";
|
|
13
|
-
|
|
14
12
|
@use "fonts";
|
|
15
13
|
@use "variables" as v;
|
|
16
14
|
|
|
@@ -54,7 +52,7 @@ endregion */
|
|
|
54
52
|
.wu {
|
|
55
53
|
margin: 0;
|
|
56
54
|
|
|
57
|
-
font-family: var(--w-font-family,
|
|
55
|
+
font-family: var(--w-font-family, v.$typography-font-family);
|
|
58
56
|
font-size: 14px;
|
|
59
57
|
}
|
|
60
58
|
|
|
@@ -84,7 +82,8 @@ endregion */
|
|
|
84
82
|
.wu h1,
|
|
85
83
|
.wu-h2,
|
|
86
84
|
.wu h2 {
|
|
87
|
-
font-family:
|
|
85
|
+
font-family:
|
|
86
|
+
var(--w-font-family-headline, v.$typography-font-family-headline);
|
|
88
87
|
font-weight: normal;
|
|
89
88
|
font-size: 3em;
|
|
90
89
|
}
|
|
@@ -161,7 +160,8 @@ a.wu-a:visited,
|
|
|
161
160
|
-moz-osx-font-smoothing: grayscale;
|
|
162
161
|
|
|
163
162
|
&::before {
|
|
164
|
-
font-family:
|
|
163
|
+
font-family:
|
|
164
|
+
var(--w-font-family-social, v.$typography-font-family-social);
|
|
165
165
|
|
|
166
166
|
display: inline-block;
|
|
167
167
|
|