Live data from Hacker News

CSS Sans – A font created in CSS

yusugomori.com

11–20 of 52 posts

Re: CSS Sans – A font created in CSS

#14

This would be incredible for some privacy applications if you wrote a wrapper on top of it to obfuscate the class names. Clearly visible to users, very difficult for bots to pick up without clearly looking for it.

While this may evade simple scraping bots, it's easy enough to render the page then use some type of character recognition to get the content.

Re: CSS Sans – A font created in CSS

#16

This would be incredible for some privacy applications if you wrote a wrapper on top of it to obfuscate the class names. Clearly visible to users, very difficult for bots to pick up without clearly looking for it.

While this may evade simple scraping bots, it's easy enough to render the page then use some type of character recognition to get the content.

I don't disagree. But the bot / tool rendering it would need to know to look for it.

You could even pass around "not so hidden" messages with it. Tell your friends, add this CSS class to the body to see the message.

Bulletproof, not at all. Just pointing out a clever use.

Re: CSS Sans – A font created in CSS

#19

Fuck accessibility, right? Neat project, but please don't actually use this for anything serious. A lot of people use accessibility tools to interact with the web, and this this would make it nigh impossible for them to consume your content.

They used CSS to create the font (presumably as an art project?), but it is available in plain OTF/TTF format, so it can be used as a normal font and doesn't need to be a barrier to accessibility tools.
Post reply on HN