Skip to content

Commit

Permalink
try to fix base path issue for static export 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-chu authored Apr 18, 2024
1 parent a3f387d commit 4270b7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ img {
}
}

@font-face {
font-family: "NotoSansTC";
src: url(`${prefix}/NotoSansTC-VariableFont_wght.ttf`) format("truetype");
font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:[email protected]&display=swap");

.MuiBackdrop-root {
background-color: rgba(0,0,0,1);
Expand Down

0 comments on commit 4270b7c

Please sign in to comment.