-
Notifications
You must be signed in to change notification settings - Fork 14
/
font-speed.html
31 lines (26 loc) · 1013 Bytes
/
font-speed.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xz/fonts</title>
<style>
@import url('https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/inter.css');
body {
margin: auto;
margin-top: 2rem;
max-width: 600px;
}
html,
p {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body>
<p>This text is set in the font Inter, with font files served by <a href="https://github.com/xz/fonts">xz/fonts</a>.
It should have loaded before your eyes could even begin reading.</p>
<p><a href="https://vercel.com?utm_source=xz&utm_campaign=xz-fonts" target="_blank"><img src="https://vercel-badges.now.sh/powered-by-vercel.svg" alt="Powered by Vercel"></a></p>
<script async defer src="https://api.xz.style/app.js"></script>
<noscript><img src="https://api.xz.style/image.gif" alt=""></noscript>
</body>
</html>