Tykekit.com and other guys have tried to come up with ways around this using @font-face and special web licensed fonts.
However, using the TruetypeText module on CMS Made Simple you can legally display Open Type and Truetype Fonts on your website, provided you have a valid license to use it yourself. But you need to add one little file to make sure than nobody can download the .ttf file.
1. Install the TruetypeText Module
2. Create a file named .htaccess in /modules/TruetypeText/fonts/
3. add one line to the .htaccess file:
Code: Select all
deny from all
(It is possible to do body text replacement with TruetypeText module, but not very practical.)
Now you can safely use print-licensed fonts on your website without breaking any copyright laws.