mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-22 08:38:41 -06:00
fix typo
This commit is contained in:
parent
4ba3add341
commit
3b37c3e90d
5 changed files with 19 additions and 23 deletions
18
packages/frontend/src/styles-font/chongxiseal.scss
Normal file
18
packages/frontend/src/styles-font/chongxiseal.scss
Normal 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;
|
||||||
|
}
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue