spoko-design-system 0.2.21 → 0.2.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -5,7 +5,7 @@
5
5
  --secondary: #{$gray-500};
6
6
  --tertiary: #{$verydarkblue};
7
7
 
8
- --font-family: 'vw_textregular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;;
8
+ --font-family: 'vw_textregular', 'system-ui', 'ui-sans-serif', sans-serif;;
9
9
 
10
10
  // variables for future changes:
11
11
 
package/uno.config.ts CHANGED
@@ -226,7 +226,7 @@ export default defineConfig({
226
226
  name: 'Nova Mono',
227
227
  provider: 'none'
228
228
  }],
229
- headlight: ['vw_headlight', 'system-ui'],
229
+ headlight: ['vw_headlight', 'system-ui', 'ui-sans-serif'],
230
230
  headregular: [{
231
231
  name: 'vw_headregular',
232
232
  provider: 'none'