Skip to content

Commit 4568ef1

Browse files
authored
Update index.html
1 parent f00e7fd commit 4568ef1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@
33
<head>
44
</head>
55
<body>
6+
<center>
7+
<h1 class="coming-soon-jp">Coming soon...</h1> <h2>/</h2> <h1 class="coming-soon-jp">もうすぐだ...</h1>
8+
</center>
69
<style>
710
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap')
811
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]&family=Roboto:wght@300&display=swap')
12+
.coming-soon-jp {
13+
font-family: "Noto Sans JP", sans-serif;
14+
font-optical-sizing: auto;
15+
font-style: normal;
16+
}
17+
.coming-soon-en {
18+
font-family: "Roboto", sans-serif;
19+
font-weight: 300;
20+
font-style: normal;
21+
}
922
</style>
1023
</body>
1124
</html>

0 commit comments

Comments
 (0)