Skip to content

Commit

Permalink
fontの最適化
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Mar 23, 2024
1 parent 43b7c9e commit f16a7cb
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 9 deletions.
Binary file removed workspaces/client/assets/NotoSansJP-Black.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-Bold.woff
Binary file not shown.
Binary file added workspaces/client/assets/NotoSansJP-Bold.woff2
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-ExtraBold.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-ExtraLight.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-Light.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-Medium.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-Regular.woff
Binary file not shown.
Binary file added workspaces/client/assets/NotoSansJP-Regular.woff2
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-SemiBold.woff
Binary file not shown.
Binary file removed workspaces/client/assets/NotoSansJP-Thin.woff
Binary file not shown.
11 changes: 2 additions & 9 deletions workspaces/server/index.html
Expand Up @@ -10,15 +10,8 @@
type="image/x-icon"
/>
<title>WSH 2024</title>
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Black.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Bold.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-ExtraBold.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-ExtraLight.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Light.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Medium.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Regular.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-SemiBold.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Thin.woff" as="font" type="font/woff" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Bold.woff2" as="font" type="font/woff2" display="swap" />
<link rel="preload" crossorigin="anonymous" href="/assets/NotoSansJP-Regular.woff2" as="font" type="font/woff2" display="swap" />
<link as="image" crossorigin="anonymous" href="/assets/cyber-toon.svg" rel="preload" />
<script id="inject-data" type="application/json"></script>
<script type="text/javascript" src="/client.global.js" defer></script>
Expand Down

0 comments on commit f16a7cb

Please sign in to comment.