Fixed fonts and speech on Firefox
This commit is contained in:
22
index.html
22
index.html
@@ -5,13 +5,19 @@
|
||||
|
||||
<!-- HTML Meta Tags -->
|
||||
<title>ShareChess</title>
|
||||
<meta name="description" content="Share chess games." />
|
||||
<meta
|
||||
name="description"
|
||||
content="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
|
||||
<!-- Facebook Meta Tags -->
|
||||
<meta property="og:url" content="https://sharechess.github.io/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="ShareChess" />
|
||||
<meta property="og:description" content="Share chess games." />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://sharechess.github.io/img/baner.png"
|
||||
@@ -22,7 +28,10 @@
|
||||
<meta property="twitter:domain" content="sharechess.github.io" />
|
||||
<meta property="twitter:url" content="https://sharechess.github.io/" />
|
||||
<meta name="twitter:title" content="ShareChess" />
|
||||
<meta name="twitter:description" content="Share chess games." />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="ShareChess is a free, open source website that allows you to share chess games as self-contained replay links, PNG images, or GIF / MP4 / WebM animations."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://sharechess.github.io/img/baner.png"
|
||||
@@ -59,6 +68,13 @@
|
||||
/>
|
||||
</head>
|
||||
<body class="dark">
|
||||
<div class="invisible">
|
||||
Loading
|
||||
<span class="ubuntu-font-init">.</span>
|
||||
<span class="ubuntu-bold-font-init">.</span>
|
||||
<span class="fira-font-init">.</span>
|
||||
<span class="chess-font-init">.</span>
|
||||
</div>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user