mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 12:23:52 +02:00
use indenpendent copy of noto fonts
This commit is contained in:
16
src/app.css
16
src/app.css
@@ -8,24 +8,16 @@ For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
@import 'tailwindcss';
|
||||
|
||||
@import '@fontsource/noto-sans-kr/korean.css';
|
||||
@import '@fontsource/noto-sans-jp/japanese.css';
|
||||
@import '@fontsource/noto-sans-sc/chinese-simplified.css';
|
||||
@import '@fontsource/noto-sans-tc/chinese-traditional.css';
|
||||
@import '@fontsource/noto-sans-kr';
|
||||
@import '@fontsource/noto-sans-jp';
|
||||
@import '@fontsource/noto-sans-sc';
|
||||
@import '@fontsource/noto-sans-tc';
|
||||
|
||||
@import 'element-plus/dist/index.css';
|
||||
|
||||
@import './assets/scss/flags.css';
|
||||
@import './assets/scss/animated-emoji.css';
|
||||
@import 'element-plus/theme-chalk/dark/css-vars.css';
|
||||
@import 'animate.css/animate.min.css';
|
||||
@import 'noty/lib/noty.css';
|
||||
@import 'remixicon/fonts/remixicon.css';
|
||||
|
||||
@import './assets/scss/flags.css';
|
||||
@import './assets/scss/animated-emoji.css';
|
||||
@import './assets/scss/fonts.css';
|
||||
|
||||
:root {
|
||||
text-autospace: normal;
|
||||
}
|
||||
|
||||
145
src/assets/scss/fonts.css
Normal file
145
src/assets/scss/fonts.css
Normal file
@@ -0,0 +1,145 @@
|
||||
/* noto-sans-tc-regular - chinese-traditional */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans TC';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/noto-sans-tc-v38-chinese-traditional-regular.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-tc-500 - chinese-traditional */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans TC';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('/fonts/noto-sans-tc-v38-chinese-traditional-500.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-tc-600 - chinese-traditional */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans TC';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/noto-sans-tc-v38-chinese-traditional-600.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-tc-700 - chinese-traditional */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans TC';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/noto-sans-tc-v38-chinese-traditional-700.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* noto-sans-sc-regular - chinese-simplified */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans SC';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/noto-sans-sc-v39-chinese-simplified-regular.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-sc-500 - chinese-simplified */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans SC';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('/fonts/noto-sans-sc-v39-chinese-simplified-500.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-sc-600 - chinese-simplified */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans SC';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/noto-sans-sc-v39-chinese-simplified-600.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-sc-700 - chinese-simplified */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans SC';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/noto-sans-sc-v39-chinese-simplified-700.woff2')
|
||||
format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* noto-sans-jp-regular - japanese */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans JP';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/noto-sans-jp-v55-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-jp-500 - japanese */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans JP';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('/fonts/noto-sans-jp-v55-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-jp-600 - japanese */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans JP';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/noto-sans-jp-v55-japanese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-jp-700 - japanese */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans JP';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/noto-sans-jp-v55-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* noto-sans-kr-regular - korean */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans KR';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/noto-sans-kr-v38-korean-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-kr-500 - korean */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans KR';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url('/fonts/noto-sans-kr-v38-korean-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-kr-600 - korean */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans KR';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/noto-sans-kr-v38-korean-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
/* noto-sans-kr-700 - korean */
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'Noto Sans KR';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/noto-sans-kr-v38-korean-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ellipsis-font';
|
||||
src: local('Times New Roman');
|
||||
unicode-range: U+2026;
|
||||
}
|
||||
BIN
src/public/fonts/noto-sans-jp-v55-japanese-500.woff2
Normal file
BIN
src/public/fonts/noto-sans-jp-v55-japanese-500.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-jp-v55-japanese-600.woff2
Normal file
BIN
src/public/fonts/noto-sans-jp-v55-japanese-600.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-jp-v55-japanese-700.woff2
Normal file
BIN
src/public/fonts/noto-sans-jp-v55-japanese-700.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-jp-v55-japanese-regular.woff2
Normal file
BIN
src/public/fonts/noto-sans-jp-v55-japanese-regular.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-kr-v38-korean-500.woff2
Normal file
BIN
src/public/fonts/noto-sans-kr-v38-korean-500.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-kr-v38-korean-600.woff2
Normal file
BIN
src/public/fonts/noto-sans-kr-v38-korean-600.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-kr-v38-korean-700.woff2
Normal file
BIN
src/public/fonts/noto-sans-kr-v38-korean-700.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-kr-v38-korean-regular.woff2
Normal file
BIN
src/public/fonts/noto-sans-kr-v38-korean-regular.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-500.woff2
Normal file
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-500.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-600.woff2
Normal file
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-600.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-700.woff2
Normal file
BIN
src/public/fonts/noto-sans-sc-v39-chinese-simplified-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-500.woff2
Normal file
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-500.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-600.woff2
Normal file
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-600.woff2
Normal file
Binary file not shown.
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-700.woff2
Normal file
BIN
src/public/fonts/noto-sans-tc-v38-chinese-traditional-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
@@ -8,21 +8,13 @@ For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
@import 'tailwindcss';
|
||||
|
||||
@import '@fontsource/noto-sans-kr/korean.css';
|
||||
@import '@fontsource/noto-sans-jp/japanese.css';
|
||||
@import '@fontsource/noto-sans-sc/chinese-simplified.css';
|
||||
@import '@fontsource/noto-sans-tc/chinese-traditional.css';
|
||||
@import '@fontsource/noto-sans-kr';
|
||||
@import '@fontsource/noto-sans-jp';
|
||||
@import '@fontsource/noto-sans-sc';
|
||||
@import '@fontsource/noto-sans-tc';
|
||||
|
||||
@import '../assets/scss/flags.css';
|
||||
|
||||
@import 'animate.css/animate.min.css';
|
||||
@import 'noty/lib/noty.css';
|
||||
@import 'remixicon/fonts/remixicon.css';
|
||||
|
||||
@import '../assets/scss/flags.css';
|
||||
@import '../assets/scss/fonts.css';
|
||||
|
||||
/*
|
||||
마지노선인듯
|
||||
화면 24px -> 나나 32
|
||||
|
||||
Reference in New Issue
Block a user