labnotes

Fonts from a website

they are on your computer anyway

tags
fonts

I stumbled upon a tool that lets you pull down any font from any web page out there.

1
  uv tool install fontpls

A while ago I spent way too long trying to get the Bembo font and this makes short work of it.

Examples

Fivedials

1
  fontpls https://fivedials.com/
1
  tree fivedials-com
fivedials-com
├── etbookot-italic.woff2
├── etbookot-roman.woff2
├── fonts.css
└── index.html

1 directory, 4 files
1
  shot-scraper -w 800 -h 800 -o fivedials.png fivedials-com/index.html

Github

1
  fontpls https://github.com/
1
  tree github-com
github-com
├── fonts.css
├── hubot-sans-extralight-regular.woff2
├── index.html
└── mona-sans-thin-regular.woff2

1 directory, 4 files
1
  shot-scraper -w 1000 -h 1000 -o github.png github-com/index.html

Maggie Appleton

1
  fontpls https://maggieappleton.com/

This is what we get

1
  tree maggieappleton-com
maggieappleton-com
├── -bold.woff
├── -bold.woff2
├── -book.woff
├── -book.woff2
├── -thin.woff
├── -thin.woff2
├── canela-text-light-italic.woff
├── canela-text-light-italic.woff2
├── canela-text-light-light.woff
├── canela-text-light-light.woff2
├── canela-text-medium-regular.woff
├── canela-text-medium-regular.woff2
├── fonts.css
├── index.html
├── lato-bold.ttf
├── lato-light-regular.ttf
└── lato-regular.ttf

1 directory, 17 files
1
  shot-scraper -w 1000 -h 1000 -o maggieappleton.png maggieappleton-com/index.html

https://maggieappleton.com/home-cooked-software/

Previously

fragments

Talking to Cursor

great moments in AI

tags
ai
cursor