Protecting against web font download access

I’ve purchased some very expensive fonts for a site I’m working on the client wants to make sure that the fonts can’t be downloaded or accessed directly.

However, currently I can hit Command-U in Safari and download the WOFF files.

Can I use an .htaccess file or something or redirect a user so the fonts can’t be downloaded?

Safari Mac on Apple.com — The fonts can be clicked on but will not download.

I don’t think this is possible. For users to be able to use an asset, it has to be downloaded into their web browser.

See

php - How to protect webfonts? - Stack Overflow
http://www.typophile.com/node/80145
How to prevent a webfont from being stolen using .htaccess - Stack Overflow
The Typekit Blog | Serving and Protecting Fonts on the Web

Yes, I’ve already heard that before. Yet again and again, I keep seeing it on sites like Apple.com and many others.

Try and download this font (pulled from the CSS): http://www.apple.com/wss/fonts/SF-Pro-Display/v1/sf-pro-display_medium.woff

This topic was automatically closed after 60 days. New replies are no longer allowed.