Skip to content

Commit 4799b04

Browse files
authored
Merge pull request reina314#7 from reina314/dev
Dev
2 parents 867c4f1 + 9213f27 commit 4799b04

6 files changed

Lines changed: 946 additions & 5 deletions

File tree

app/lecture/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66

77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
10+
<!-- Old Font
911
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&family=Fira+Code&display=swap" rel="stylesheet">
12+
-->
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">
1015

1116
<!-- CDNs -->
1217
<link rel="stylesheet" href="https://pyscript.net/latest/pyscript.css" />

app/lecture/src/static/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ body {
44

55
text-align: center;
66

7-
font-family: "DotGothic16", sans-serif;
7+
/* font-family: "DotGothic16", sans-serif; */
8+
font-family: "Grandstander", "M PLUS Rounded 1c", sans-serif;
9+
font-optical-sizing: auto;
810
font-weight: 400;
911
font-style: normal;
1012
font-size: 18px;

0 commit comments

Comments
 (0)