-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
47 lines (40 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xz/fonts</title>
<meta name="description" content="A fast, open-source CDN for open-source fonts">
<meta name="keywords" content="font,fonts,open source fonts,xz fonts,xz.style">
<meta property="og:title" content="xz/fonts">
<meta property="og:url" content="https://fonts.xz.style">
<meta property="og:description" content="A fast, open-source CDN for open-source fonts">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/inter.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
</head>
<body>
<header>
<h1>xz/fonts</h1>
</header>
<h2>A fast, open-source CDN for open-source fonts.</h2>
<p>xz/fonts is a free and open source service for delivering font families to websites using CSS. Typically, web developers use custom fonts on their websites using one of two methods:
<ul>
<li>hosting font files on the same server as the website</li>
<li>using a central font service, such as Google Fonts or Adobe Typekit</li>
</ul>
<p>xz/fonts, by comparison:</p>
<ul>
<li>serves font files through jsDelivr's global content delivery network</li>
<li>is fully open source and only serves open source fonts</li>
</ul>
<h2>Just want to see the fonts?</h2>
<p>Visit <a href="https://docs.xz.style/fonts/">docs.xz.style/fonts/</a>.</p>
<h2>Contribute</h2>
<p>Have an open source font family you'd like added? Awesome! We're on GitHub at <a href="https://github.com/xz/fonts">xz/fonts</a>. Open an issue <a href="https://github.com/xz/fonts/issues">here</a>, or make a pull request.</p>
<br>
<p>Made by <a href="https://xz.style">xz</a>.</p>
<script async defer src="https://api.newcss.net/latest.js"></script>
<noscript><img src="https://api.newcss.net/noscript.gif" alt=""></noscript>
</body>
</html>