-
24 ways: Making Modular Layout Systems
-
For all of the advantages the web has with distribution of content, I’ve always lamented the handiness of the WYSIWYG design tools from the print publishing world. When I set out to redesign my personal website, I wanted to have some of the same abilities that those tools have, laying out pages how I saw fit, and that meant a flexible system for dealing with imagery.
-
-
Ask H&FJ | Hoefler & Frere-Jones
licensing fonts for the web
-
What's involved in using fonts on websites?
HTML doesn't offer any way to force a web page to render itself in a typeface that the viewer doesn't have, but fonts can be used to create different kinds of images:
— Bitmap graphics (gif, jpg, png) There's no difference between using a font to create a printed page and using it to create a pixellated image. As long as the person creating the images has licensed the fonts, no additional license is needed.
— Vector art (swf) Because Flash files embed actual portions of a font's sourcecode within themselves, our font licenses require that designers observe some basic safety precautions when publishing Flash files. Text in Flash files must be static (not dynamic), the files must embed only a subset of the character set, and the "Protect from Import" option must be enabled when the files are generated.
— sIFR (Scalable Inman Flash Replacement) sIFR is a great technology that brings rich typography to the web through a combination of Javascript, CSS and Flash. To use an H&FJ font with sIFR, purchase an additional single-computer font license for the webserver itself, and then configure sIFR's customize_me.as file in two ways to prevent unauthorized users from accessing the system: first, set the allowedDomains array to include only the domain of your website (instead of "*"), and then set allowlocal to "false" before publishing the .swf to the web.
The emerging @font-face tag within Cascading Style Sheets (CSS) will hopefully lead to a secure technology that allows fonts to be used in web pages. But at this time, no such security measures exist, so the use of this tag with our fonts constitutes the illegal distribution of the font software. This type of use is therefore specifically prohibited under our End-User License Agreement.
-
