@bcc-code/component-library-vue 1.3.22 → 1.3.24

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/README.md CHANGED
@@ -62,6 +62,8 @@ export default defineConfig({
62
62
 
63
63
  ```css
64
64
  @import '@bcc-code/component-library-vue/theme.css';
65
+ /* Optional, if not already included */
66
+ @import '@bcc-code/component-library-vue/archivo-font.css';
65
67
  ```
66
68
 
67
69
  That single import is enough. `theme.css` includes:
@@ -1,6 +1,6 @@
1
1
  /* archivo-regular - latin */
2
2
  @font-face {
3
- font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
3
+ font-display: swap;
4
4
  font-family: 'Archivo';
5
5
  font-style: normal;
6
6
  font-weight: 400;
@@ -8,7 +8,7 @@
8
8
  }
9
9
  /* archivo-italic - latin */
10
10
  @font-face {
11
- font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
11
+ font-display: swap;
12
12
  font-family: 'Archivo';
13
13
  font-style: italic;
14
14
  font-weight: 400;
@@ -16,7 +16,7 @@
16
16
  }
17
17
  /* archivo-500 - latin */
18
18
  @font-face {
19
- font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
19
+ font-display: swap;
20
20
  font-family: 'Archivo';
21
21
  font-style: normal;
22
22
  font-weight: 500;
@@ -24,7 +24,7 @@
24
24
  }
25
25
  /* archivo-600 - latin */
26
26
  @font-face {
27
- font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
27
+ font-display: swap;
28
28
  font-family: 'Archivo';
29
29
  font-style: normal;
30
30
  font-weight: 600;
@@ -32,7 +32,7 @@
32
32
  }
33
33
  /* archivo-600italic - latin */
34
34
  @font-face {
35
- font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
35
+ font-display: swap;
36
36
  font-family: 'Archivo';
37
37
  font-style: italic;
38
38
  font-weight: 600;