frontend: fix wrong type of font

This commit is contained in:
fly_mc 2024-11-19 22:40:30 +08:00
parent eb5b3e4683
commit f27d2640dd

View file

@ -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. */