We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00e7fd commit 4568ef1Copy full SHA for 4568ef1
index.html
@@ -3,9 +3,22 @@
3
<head>
4
</head>
5
<body>
6
+ <center>
7
+ <h1 class="coming-soon-jp">Coming soon...</h1> <h2>/</h2> <h1 class="coming-soon-jp">もうすぐだ...</h1>
8
+ </center>
9
<style>
10
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap')
11
@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
21
22
</style>
23
</body>
24
</html>
0 commit comments