fix: use absolute URL for fw font in scss

Signed-off-by: Sped0n <hi@sped0n.com>
This commit is contained in:
Sped0n
2025-11-12 16:54:35 +08:00
committed by Ryan
parent 3a0025ebd1
commit 8b3b5cd77a

View File

@@ -11,7 +11,7 @@
@font-face {
font-family: 'FW';
src: url('/lib/fonts/fw.woff2') format('woff2');
src: url('{{- "lib/fonts/fw.woff2" | absURL -}}') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;