vue2-client 1.15.143 → 1.15.144

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": "vue2-client",
3
- "version": "1.15.143",
3
+ "version": "1.15.144",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
package/src/App.vue CHANGED
@@ -170,7 +170,7 @@ export default {
170
170
  body {
171
171
  font-family:
172
172
  Inter,
173
- 'PingFangSC-Regular-woff2',
173
+ 'PingFangSC-Medium.woff2',
174
174
  'Microsoft YaHei UI',
175
175
  system-ui,
176
176
  -apple-system,
@@ -1,6 +1,10 @@
1
1
  @font-face {
2
- font-family: 'PingFangSC-Regular-woff2';
3
- src: url('./PingFangSC-Regular.woff2') format('woff2');
2
+ font-family: 'PingFangSC-Medium.woff2';
3
+ src: url('./PingFangSC-Medium.woff2') format('woff2');
4
+ }
5
+ @font-face {
6
+ font-family: 'PingFangSC-Medium.woff2';
7
+ src: url('./PingFangSC-Medium.woff2') format('woff2');
4
8
  }
5
9
  /* fonts.css */
6
10
  @font-face {