This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
glyphhanger 3.1.0
Your web font utility belt. It can subset web fonts. It can show you what unicode-ranges are used on a web site (optionally per font-family). It can also subset web fonts automatically using the unicode-ranges it found. It makes julienne fries.
- Adds
--cssSelector
to target a specific portion of a page (#17, #46) Thanks @patrickkettner! - Adds
--onlyVisible
to only return text that is visible on a page (#11, #44) Thanks @patrickkettner! - Warn if HTTP code is not 200 OK (#40, #47) Thanks @patrickkettner!
--css
now required when using--subset
to generate a CSS file (#53)- Subset result improvement when code uses
font-variant: small-caps
(#51) - CSP error when using local test files (#52)
--subset
failed when the font file had spaces in the filename (#50)
All listed on the Milestone.