diff options
| author | soryu <soryu@soryu.co> | 2026-04-28 17:35:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-28 17:35:34 +0100 |
| commit | 636694182fe9381479f2e9062229dda3838c5421 (patch) | |
| tree | bf77510030692e50d58790d33163e740b050f51b /frontend/index.html | |
| parent | d513f93c84ae985738e0f696fcb72fa1153046ef (diff) | |
| download | soryu-636694182fe9381479f2e9062229dda3838c5421.tar.gz soryu-636694182fe9381479f2e9062229dda3838c5421.zip | |
feat: Redesign homepage with professional PC-98 styling (#96)
* feat: soryu-co/soryu - soryu: Redesign landing page layout and header for professional style
* feat: soryu-co/soryu - soryu: Restyle CSS for professional landing page
* feat: soryu-co/soryu - soryu: Integrate and polish landing page styles with component
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 095310b..0014d94 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,7 +6,7 @@ <title>soryu.co</title> <link rel="icon" type="image/png" href="/logo/crane-logo-transparent.png" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> - <link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css2?family=DotGothic16&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet"> </head> <body> <div id="root"></div> |
