Skip to content

Commit 7502756

Browse files
committed
fix: postcss couldn't find a file
1 parent 451cf63 commit 7502756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/tailwind.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
@font-face {
7878
font-family: 'Cousine';
79-
src: url(~/public/Cousine-bold.ttf);
79+
src: url('/public/Cousine-bold.ttf');
8080
}
8181

8282
@media (hover: none) {

0 commit comments

Comments
 (0)