Skip to content

フォント設定の修正 #82

@kagomen

Description

@kagomen

現在の状態

layout.tsx

const notojp = Noto_Sans_JP({
  weight: ["400", "500"],
  subsets: ["latin"],
  variable: "--font-notojp",
})

理想の状態

const notojp = Noto_Sans_JP({
  subsets: ["latin"], // 未定
  variable: "--font-notojp",
})

タスク一覧

  • NotoSansJPのweightの削除
  • subsetsの設定(調査中)

その他

参考

#81 #70

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: 🐛 fix修正、バグに関するもの

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions