Skip to content

Commit dbbbea5

Browse files
committed
change fonts
1 parent 73e1374 commit dbbbea5

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/lecture/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<!-- Old Font
1111
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&family=Fira+Code&display=swap" rel="stylesheet">
1212
-->
13-
<link href="https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
14-
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">
15-
13+
<link rel="preconnect" href="https://fonts.googleapis.com">
14+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
15+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet">
16+
1617
<!-- CDNs -->
1718
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />
1819
<script defer src="https://pyscript.net/latest/pyscript.js"></script>

app/lecture/src/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
text-align: center;
66

77
/* font-family: "DotGothic16", sans-serif; */
8-
font-family: "Grandstander", "M PLUS Rounded 1c", sans-serif;
8+
font-family: "Noto Sans JP", sans-serif;
99
font-optical-sizing: auto;
1010
font-weight: 400;
1111
font-style: normal;

0 commit comments

Comments
 (0)