This free font: Apple-Sans-Adjectives is certainly quite fun, and intriguing, but not so sure on the practical side of things
Apple-Sans-Adjectives was designed by @madebyslurpp & @Rich_Cahill, and they have kindly made this font available as a freed download in many formats, with instructions on how to install and use it.
Visit http://appleadjectiv.es/ to Download Apple-Sans-Adjectives and also the Steve Jobs Posters
Apple-Sans-Adjectives Using Steve Jobs’ Speeches
You can see the full effect of the font in the two posters that were designed using 2 famous speeches by Steve Jobs: The iPhone Keynote Speech of 2007, and the Stanford Commencement Address of 2005.
Steve Jobs’ Stanford Commencement Address, 2005
Steve Jobs’ iPhone Keynote Speech of 2007
How to Install AppleSans Adjectives
Step 1
Upload contents of the zip file to your web server’s public directory. For example:
www.yourdomain.com/css/webfont/
Step 2
Add contents of
styles.css
to your site’s style sheet.Step 3
Make sure you adjust the paths in code from
styles.css
to reflect the relative path on your server.For this example you need to prepend
/css/webfont/
to all src url
definitions. Like this:@font-face { font-family: 'AppleSansAdjectives'; src: url('/css/webfont/AppleSansAdjectives.eot?#iefix') format('embedded-opentype'), url('/css/webfont/AppleSansAdjectives.woff') format('woff'), url('/css/webfont/AppleSansAdjectives.ttf') format('truetype'), url('/css/webfont/AppleSansAdjectives.svg#AppleSansAdjectives') format('svg'); font-weight: normal; font-style: normal; }