@tedi-design-system/core 2.0.0 → 2.1.0
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/_fonts.scss +10 -0
- package/fonts/SpaceGrotesk-Light.woff +0 -0
- package/fonts/SpaceGrotesk-Light.woff2 +0 -0
- package/index.css +1 -1
- package/index.scss +1 -0
- package/package.json +1 -1
- package/variables/_base-variables-legacy.scss +110 -0
- package/variables/_base-variables.scss +231 -110
- package/variables/_color-variables.scss +6 -1111
- package/variables/_font-variables.scss +5 -75
- package/variables/themes/default/color-variables__dark.scss +611 -0
- package/variables/themes/default/color-variables__default.scss +617 -0
- package/variables/themes/default/font-variables__default.scss +90 -0
- package/variables/themes/rit/color-variables__rit.scss +617 -0
- package/variables/themes/rit/font-variables__rit.scss +90 -0
package/_fonts.scss
CHANGED
|
@@ -251,3 +251,13 @@
|
|
|
251
251
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
252
252
|
U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
253
253
|
}
|
|
254
|
+
|
|
255
|
+
@font-face {
|
|
256
|
+
font-family: "Space Grotesk";
|
|
257
|
+
font-style: normal;
|
|
258
|
+
font-weight: 300;
|
|
259
|
+
src: url('/fonts/SpaceGrotesk-Light.woff2') format('woff2');
|
|
260
|
+
font-display: swap;
|
|
261
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
|
|
262
|
+
U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
263
|
+
}
|
|
Binary file
|
|
Binary file
|