This commit is contained in:
acgist
2023-02-08 21:31:09 +08:00
parent 7889d4f708
commit 50f80bee2d
164 changed files with 2023 additions and 1457 deletions

View File

@@ -1,4 +1,3 @@
/* color palette from <https://github.com/vuejs/theme> */
:root {
--vt-c-white: #ffffff;
--vt-c-white-soft: #f8f8f8;

View File

@@ -1,6 +1,9 @@
@font-face {
font-family: taoyao;
src: url(./taoyao.ttf?oc7k8r) format("truetype"), url(./taoyao.woff?oc7k8r) format("woff"), url(./taoyao.svg?oc7k8r#taoyao) format("svg");
src:
url(./taoyao.ttf?oc7k8r) format("truetype"),
url(./taoyao.woff?oc7k8r) format("woff"),
url(./taoyao.svg?oc7k8r#taoyao) format("svg");
font-weight: 400;
font-style: normal;
font-display: block;