@bcc-code/component-library-vue 1.3.21 → 1.3.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/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,72 +1,40 @@
1
- /* vietnamese */
1
+ /* archivo-regular - latin */
2
2
  @font-face {
3
- font-family: 'Archivo';
4
- font-style: italic;
5
- font-weight: 100 900;
6
- font-stretch: 100%;
7
3
  font-display: swap;
8
- src: url(./archivo-font/k3kBo8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYCx-muKZlYPTr_Q.woff2) format('woff2');
9
- unicode-range:
10
- U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
11
- U+0323, U+0329, U+1EA0-1EF9, U+20AB;
12
- }
13
- /* latin-ext */
14
- @font-face {
15
4
  font-family: 'Archivo';
16
- font-style: italic;
17
- font-weight: 100 900;
18
- font-stretch: 100%;
19
- font-display: swap;
20
- src: url(./archivo-font/k3kBo8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYCx6muKZlYPTr_Q.woff2) format('woff2');
21
- unicode-range:
22
- U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
23
- U+2C60-2C7F, U+A720-A7FF;
5
+ font-style: normal;
6
+ font-weight: 400;
7
+ src: url('./archivo-font/archivo-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
24
8
  }
25
- /* latin */
9
+ /* archivo-italic - latin */
26
10
  @font-face {
11
+ font-display: swap;
27
12
  font-family: 'Archivo';
28
13
  font-style: italic;
29
- font-weight: 100 900;
30
- font-stretch: 100%;
31
- font-display: swap;
32
- src: url(./archivo-font/k3kBo8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYCxCmuKZlYPQ.woff2) format('woff2');
33
- unicode-range:
34
- U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
35
- U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
14
+ font-weight: 400;
15
+ src: url('./archivo-font/archivo-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
36
16
  }
37
- /* vietnamese */
17
+ /* archivo-500 - latin */
38
18
  @font-face {
19
+ font-display: swap;
39
20
  font-family: 'Archivo';
40
21
  font-style: normal;
41
- font-weight: 100 900;
42
- font-stretch: 100%;
43
- font-display: swap;
44
- src: url(./archivo-font/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLySOxKsv4RnUPU.woff2) format('woff2');
45
- unicode-range:
46
- U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309,
47
- U+0323, U+0329, U+1EA0-1EF9, U+20AB;
22
+ font-weight: 500;
23
+ src: url('./archivo-font/archivo-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
48
24
  }
49
- /* latin-ext */
25
+ /* archivo-600 - latin */
50
26
  @font-face {
27
+ font-display: swap;
51
28
  font-family: 'Archivo';
52
29
  font-style: normal;
53
- font-weight: 100 900;
54
- font-stretch: 100%;
55
- font-display: swap;
56
- src: url(./archivo-font/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLyTOxKsv4RnUPU.woff2) format('woff2');
57
- unicode-range:
58
- U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
59
- U+2C60-2C7F, U+A720-A7FF;
30
+ font-weight: 600;
31
+ src: url('./archivo-font/archivo-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
60
32
  }
61
- /* latin */
33
+ /* archivo-600italic - latin */
62
34
  @font-face {
63
- font-family: 'Archivo';
64
- font-style: normal;
65
- font-weight: 100 900;
66
- font-stretch: 100%;
67
35
  font-display: swap;
68
- src: url(./archivo-font/k3kPo8UDI-1M0wlSV9XAw6lQkqWY8Q82sLydOxKsv4Rn.woff2) format('woff2');
69
- unicode-range:
70
- U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074,
71
- U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
36
+ font-family: 'Archivo';
37
+ font-style: italic;
38
+ font-weight: 600;
39
+ src: url('./archivo-font/archivo-v25-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
72
40
  }