Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2573 from 7lsu/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Aug 8, 2023
2 parents 5439891 + d109658 commit c41c498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ const loadAsyncGoogleFont = () => {
getClientConfig()?.buildMode === "export" ? remoteFontUrl : proxyFontUrl;
linkEl.rel = "stylesheet";
linkEl.href =
googleFontUrl +
"/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap";
googleFontUrl + "/css2?family=Noto+Sans:wght@300;400;700;900&display=swap";
document.head.appendChild(linkEl);
};

Expand Down
2 changes: 1 addition & 1 deletion app/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
html {
height: var(--full-height);

font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
font-family: "Noto Sans", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

Expand Down

0 comments on commit c41c498

Please sign in to comment.