Comment by ILoveHorses
9 hours ago
Any idea how did the creator manage to get access to the fonts in the first place? Won't you need a Google Docs document which uses the given font and then copy it from there and put it up on the website? Or is there some way the creator could have put these fonts on his website from publicly available information?
hi, creator of the site here.
A LONG time ago, I was shared on a document with a brand font and was surprised to see it was a custom one. With a bit of testing, I realized I could pull it into a new document and that new document would then become "infested" with that font and allow me to use it anywhere else within.
I recently realized there must be even more fonts that exist that I don't know of, so (transparently, with the help of Claude,) I ran through a list of potential clients (some listed on Google Workspace's site, some I just assumed) and tested across many. This is the list I came back with.
Have a look at the raw clipboard data with something like https://evercoder.github.io/clipboard-inspector/ and you'll see how it's all set up. A bunch of markup that can be obtained from any google doc with the font name updated.
It's just setting the font-family in the style attribute of a <span>. (As you can see by inspecting the text/html content of your clipboard, e.g. with `xclip -selection clipboard -o -t text/html`)