mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 17:06:34 +00:00
20 lines
329 B
CSS
20 lines
329 B
CSS
@import url('https://static.zeoseven.com/zsft/292/main/result.css');
|
|
|
|
body {
|
|
font-family: "LXGW WenKai";
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
button.md-top {
|
|
font-family: LXGW WenKai;
|
|
/* 修改字体 */
|
|
font-size: 16px;
|
|
/* 修改字体大小 */
|
|
font-weight: lighter;
|
|
}
|
|
|
|
/* :root {
|
|
--md-text-font: "LXGW WenKai";
|
|
} */
|