mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 00:16:44 -06:00
frontend: fix wrong type of font
This commit is contained in:
parent
eb5b3e4683
commit
f27d2640dd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
font-family: 'LXGW Marker Gothic"';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/static-assets/fonts/LXGWMarkerGothic-Regular.ttf') format('woff2');
|
||||
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. */
|
||||
|
|
Loading…
Reference in a new issue