Hi Andrea,
On Sat, Jun 28, 2008 at 5:34 PM, Andrea Valle
Following Wolfgang's advice (thanks) I have followed the delicious thread. So I have 1. downloaded the fonts and installed automatically via macosx Fontbook app (they are available in my system) 2. I have created a file named type-delicious.tex containing: \starttypescript [sans] [delicious] \setups[font:fallback:sans] \definefontsynonym [Sans] [Delicious-Regular] \definefontsynonym [SansItalic] [Delicious-Italic] \definefontsynonym [SansBold] [Delicious-Bold] \definefontsynonym [SansBoldItalic] [Delicious-BoldItalic] \definefontsynonym [SansCaps] [Delicious-Caps] \stoptypescript
\starttypescript [sans] [delicious] \definefontsynonym [Delicious-Regular] [name:Delicious-Roman] [features=default] \definefontsynonym [Delicious-Italic] [name:Delicious-Italic] [features=default] \definefontsynonym [Delicious-Bold] [name:Delicious-Bold] [features=default] \definefontsynonym [Delicious-BoldItalic] [name:Delicious-BoldItalic] [features=default] \definefontsynonym [Delicious-Caps] [name:Delicious-SmallCaps] [features=default] \stoptypescript \starttypescript [delicious] \definetypeface [delicious] [ss] [sans] [delicious] [default] \stoptypescript
(which I do not understand: but that's another story) I have saved the file under the same folder of tex file I'm working at 3. then I have called: context --generate
3.1. Generate name entries for the font database To access fonts with the name you have to create the database with the entries: mtxrun --script font --reload
4. In my tex file I have added: \usetypefile [delicious] \usetypescript[delicious] \setupbodyfont[delicious] 5. while compiling I'm having a problem with delicious. Log attached
Make a test with the fonts and the files in the same directory. When this did not work access the fonts by filename and not by fontname, to do thos you have to replace "name:" by "file:", this is unproblematic for the delicious fonts because fontname and filename are equal. Regards Wolfgang