Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
refactor(pages/_app): remove local fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 4, 2021
1 parent a81ed95 commit f1a590e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/_app.tsx
Expand Up @@ -2,8 +2,6 @@ import React, { useEffect } from "react";
import Router, { useRouter } from "next/router";
import NProgress from "nprogress";
import type { AppProps } from "next/app";
import "@fontsource/noto-sans-tc";
import "@fontsource/pt-sans";
import "../styles/global.css";
import "../styles/nprogress.css";
import { ENABLE_GA } from "../consts";
Expand Down

0 comments on commit f1a590e

Please sign in to comment.