mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 00:16:44 -06:00
parent
8c65e9052f
commit
7a90b3c4f9
3 changed files with 3 additions and 17 deletions
Binary file not shown.
|
@ -1,18 +1,4 @@
|
|||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'LXGW Marker Gothic"';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static-assets/fonts/LXGWMarkerGothic-Regular.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
|
||||
font-family: 'jf-openhuninn';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static-assets/fonts/jf-openhuninn-2.1.woff2') format("woff2");
|
||||
}
|
||||
|
||||
html.default-font-lxgw-marker-gothic {
|
||||
font-family: "LXGW Marker Gothic", 'Lexend', 'jf-openhuninn', Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
@import url("https://chinese-fonts-cdn.deno.dev/packages/lxgwmanhei/dist/LXGWMarkerGothic/result.css");
|
||||
font-family: "LXGW Marker Gothic", 'Lexend', Roboto, HelveticaNeue, Arial, sans-serif;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
html.default-font-lxgw-wenkai {
|
||||
@import url("https://testingcf.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/style.css");
|
||||
@import url("https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/style.css");
|
||||
font-family: "LXGW WenKai", "Times New Roman", Times, serif;
|
||||
&[lang="zh-WY"],
|
||||
&[lang="zh-TW"] {
|
||||
|
|
Loading…
Reference in a new issue