mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
Add TC and SC fonts
This commit is contained in:
1982
html/package-lock.json
generated
1982
html/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -24,18 +24,20 @@
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.21.8",
|
||||
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@fontsource/noto-sans-jp": "^4.5.12",
|
||||
"@fontsource/noto-sans-kr": "^4.5.12",
|
||||
"@babel/preset-env": "^7.22.4",
|
||||
"@fontsource/noto-sans-jp": "^5.0.2",
|
||||
"@fontsource/noto-sans-kr": "^5.0.2",
|
||||
"@fontsource/noto-sans-sc": "^5.0.2",
|
||||
"@fontsource/noto-sans-tc": "^5.0.2",
|
||||
"animate.css": "^4.1.1",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"css-loader": "^6.7.3",
|
||||
"css-loader": "^6.8.1",
|
||||
"default-passive-events": "^2.0.0",
|
||||
"element-ui": "^2.15.13",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"html-webpack-plugin": "^5.5.1",
|
||||
"mini-css-extract-plugin": "^2.7.5",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"normalize.css": "^8.0.1",
|
||||
"noty": "^3.2.0-beta-deprecated",
|
||||
"prettier": "^2.8.8",
|
||||
@@ -43,7 +45,7 @@
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"raw-loader": "^4.0.2",
|
||||
"sass": "^1.62.1",
|
||||
"sass-loader": "^13.2.2",
|
||||
"sass-loader": "^13.3.1",
|
||||
"uuid": "^9.0.0",
|
||||
"vue": "^2.6.14",
|
||||
"vue-data-tables": "^3.4.5",
|
||||
@@ -51,8 +53,8 @@
|
||||
"vue-lazyload": "^1.3.4",
|
||||
"vue-markdown": "^2.2.4",
|
||||
"vue-marquee-text-component": "^1.2.0",
|
||||
"webpack": "^5.82.1",
|
||||
"webpack": "^5.84.1",
|
||||
"webpack-cli": "^5.1.1",
|
||||
"worker-timers": "^7.0.65"
|
||||
"worker-timers": "^7.0.69"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,8 +127,8 @@ input,
|
||||
textarea,
|
||||
select,
|
||||
button {
|
||||
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic',
|
||||
'Segoe UI', sans-serif;
|
||||
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans TC', 'Noto Sans SC',
|
||||
'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
|
||||
@@ -175,8 +175,8 @@ input,
|
||||
textarea,
|
||||
select,
|
||||
button {
|
||||
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Meiryo UI', 'Malgun Gothic',
|
||||
'Segoe UI', sans-serif;
|
||||
font-family: 'Noto Sans JP', 'Noto Sans KR', 'Noto Sans TC', 'Noto Sans SC',
|
||||
'Meiryo UI', 'Malgun Gothic', 'Segoe UI', sans-serif;
|
||||
line-height: normal;
|
||||
text-shadow: #000 0px 0px 3px, #000 0px 0px 3px, #000 0px 0px 3px,
|
||||
#000 0px 0px 3px, #000 0px 0px 3px, #000 0px 0px 3px;
|
||||
|
||||
Reference in New Issue
Block a user