Today I Learned

tags


2022/07/01

That in Chrome/chromium you can view the actually-rendered font by

  1. inspecting an element
  2. view computed properties

source: https://stackoverflow.com/a/31254584/6571327


2022/07/04

How to subset fonts:

# in a virtualenv
pip install fonttools brotli zopfli
pyftsubset --help

see:

Also, optical-sized variable fonts look great.