-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="Google Fonts, font subsetting, @font-face" />
<meta name="description" property="og:description"
content="Fontima delivers fine-grained CSS for Google Fonts subsets by optimizing them in order to obtain fewer, lighter CSS code and font files." />
<meta name="author" content="leodeslf" />
<meta name="copyright" content="leodeslf" />
<meta property="og:image"
content="https://raw.githubusercontent.com/leodeslf/fontima/master/assets/cover_1270x760_compressed.png" />
<meta property="og:site_name" content="Fontima">
<meta property="og:title" content="Fontima | Optimizing Google Fonts Subsets">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fontima.com/">
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@leodeslf" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"@id": "https://fontima.com/",
"url": "https://fontima.com/",
"name": "Fontima",
"description": "Fontima delivers fine-grained CSS for Google Fonts subsets by optimizing them in order to obtain fewer, lighter CSS code and font files."
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&family=Noto+Sans:wght@400;600&display=swap"
rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X0GLDS2018"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-X0GLDS2018');
</script>
<title>Fontima | Optimizing Google Fonts Subsets</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>Sorry, scripts are disabled :c</noscript>
</body>
</html>