https://th7mo.com/notes/font-subsetting

Submitted URL:
https://th7mo.com/notes/font-subsetting
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" data-astro-cid-sckkx6r4=""><head><meta charset="UTF-8"><meta name="author" content="Thimo van Velzen"><meta name="keywords" content="HTML, CSS, Astro, wiki, minimalist, simple, notes, note-taking"><meta name="description" content="Only keep useful subsets of fonts to reduce shipping size"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Font subsetting</title><link rel="icon" href="/images/note.svg"><link rel="stylesheet" href="/_astro/_slug_.rOkoSslO.css"></head><body data-astro-cid-sckkx6r4=""> <header data-astro-cid-aikhagxp=""> <nav data-astro-cid-aikhagxp=""> <ol data-astro-cid-aikhagxp=""> <li data-astro-cid-rlsdclrg=""><a href="/" data-astro-cid-rlsdclrg="">th7mo</a></li>  <li data-astro-cid-rlsdclrg=""><a href="/notes" data-astro-cid-rlsdclrg="">notes</a></li> <li data-astro-cid-rlsdclrg=""><a href="/notes/font-subsetting" data-astro-cid-rlsdclrg="">font subsetting</a></li>  </ol> </nav> </header>  <main data-astro-cid-sckkx6r4="">  <h1>Font subsetting</h1>  <p>Fonts usually have a lot of characters that are never used. To reduce the size
of a font file it is possible to only keep the subsets that are used. A tool
that can do this is <a href="https://transfonter.org/">transfonter</a>. Upload a font and
select subsets from the dropdown menu, or give a specific Unicode range
(<code>0021-007E</code> is all the ASCII characters without the special characters at the
start).</p>
<h2 id="see-also">See also</h2>
<ul>
<li>An article about subsetting at <a href="https://the-sustainable.dev/a-guide-to-subsetting-fonts/">sustainable.dev</a></li>
</ul>   </main> </body></html>