This commit is contained in:
fly_mc 2024-11-27 21:13:33 +08:00
parent 4ba3add341
commit 3b37c3e90d
5 changed files with 19 additions and 23 deletions

View file

@ -0,0 +1,18 @@
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'YiShanBeiZhuanTi';
font-style: normal;
font-weight: 400;
src: url('/static-assets/fonts/YiShanBeiZhuanTi.ttf') format('opentype');
}
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: "Chong Xi Small Seal";
font-style: normal;
font-weight: 400;
src: url('/static-assets/fonts/chongxi_seal.woff2') format('woff2');
}
html.default-font-chongxiseal {
font-family: 'sharkey-theme-font-face', "Chong Xi Small Seal", 'YiShanBeiZhuanTi','Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
}

View file

@ -1,19 +0,0 @@
html.default-font-system-ui {
font-family: system-ui;
}
html.default-font-misskey-biz {
font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
}
html.default-font-roboto {
font-family: Roboto, Arial, sans-serif;
}
html.default-font-arial {
font-family: Arial, sans-serif;
}
html.default-font-times {
font-family: 'Times New Roman', Times, serif;
}

View file

@ -14,8 +14,5 @@
} }
html.default-font-yishanbeizhuan { html.default-font-yishanbeizhuan {
font-family: 'YiShanBeiZhuanTi', "Chong Xi Small Seal",'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; font-family: 'sharkey-theme-font-face', 'YiShanBeiZhuanTi', "Chong Xi Small Seal",'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
}
html.default-font-chongxiseal {
font-family: "Chong Xi Small Seal", 'YiShanBeiZhuanTi','Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif;
} }