@@ -35,13 +35,17 @@ governing permissions and limitations under the License.
35
35
--spectrum-animation-ease-out : cubic-bezier (0 , 0 , 0.40 , 1 );
36
36
--spectrum-animation-ease-linear : cubic-bezier (0 , 0 , 1 , 1 );
37
37
38
- --spectrum-sans-font-family-stack : adobe-clean, 'Source Sans Pro' , -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, Ubuntu, 'Trebuchet MS' , 'Lucida Grande' , sans-serif;
38
+
39
+ --spectrum-sans-font-family-stack : adobe-clean, var (--spectrum-sans-serif-font-family ), 'Source Sans Pro' , -apple-system, BlinkMacSystemFont, 'Segoe UI' , Roboto, Ubuntu, 'Trebuchet MS' , 'Lucida Grande' , sans-serif;
40
+ --spectrum-sans-serif-font : var (--spectrum-sans-font-family-stack );
39
41
40
- --spectrum-serif-font-family-stack : adobe-clean-serif, 'Source Serif Pro' , Georgia, serif;
42
+ --spectrum-serif-font-family-stack : adobe-clean-serif, var (--spectrum-serif-font-family ), 'Source Serif Pro' , Georgia, serif;
43
+ --spectrum-serif-font : var (--spectrum-serif-font-family-stack );
41
44
42
45
--spectrum-code-font-family-stack : 'Source Code Pro' , Monaco, monospace;
43
-
44
- --spectrum-cjk-font-family-stack : adobe-clean-han-japanese, sans-serif;
46
+
47
+ --spectrum-cjk-font-family-stack : adobe-clean-han-japanese, var (--spectrum-cjk-font-family ), sans-serif;
48
+ --spectrum-cjk-font : var (--spectrum-code-font-family-stack );
45
49
46
50
/* static white / black background color for docs containers */
47
51
--spectrum-docs-static-white-background-color : rgb (15 , 121 , 125 );
0 commit comments