Skip to content

Commit

Permalink
fixed Wizard missing fonts for SC, JP, KR
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Sep 8, 2024
1 parent 5ede3d3 commit dbbb456
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion view/templates/wizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/5.0.1/tocas.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&family=Noto+Sans+KR:[email protected]&family=Noto+Sans+SC:[email protected]&family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" type="image/png" href="{{ .URL.RelativeRoot }}assets/favicon.png">
<title>Tunalog</title>
<style>
body {
font-family: "Noto Sans TC", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR";
}
</style>
</head>
<body>
<form method="POST">
Expand Down

0 comments on commit dbbb456

Please sign in to comment.