forked from Reisa/Reisaye
网站和推流制作完成
This commit is contained in:
16
EyeVue/src/assets/styles/variables.css
Normal file
16
EyeVue/src/assets/styles/variables.css
Normal file
@@ -0,0 +1,16 @@
|
||||
:root {
|
||||
--font-family-custom: "LXWK";
|
||||
--font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
"Helvetica Neue", Arial, sans-serif;
|
||||
--font-family: var(--font-family-custom), var(--font-family-system);
|
||||
}
|
||||
|
||||
/* 添加字体定义 */
|
||||
@font-face {
|
||||
font-family: "LXWK";
|
||||
font-weight: 100 900;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
src: url("https://cdn.jsdmirror.com/gh/acanyo/mmm.sd@master/assets/font/lxwk.woff2")
|
||||
format("woff2");
|
||||
}
|
||||
Reference in New Issue
Block a user