Dear all, I would like to use the comfortaa font available at http://www.dafont.com/comfortaa.font. I managed - maybe in a wrong way - to do it through the following example:

\definefontfeature[comfortaa][mode=node,kern=yes,liga=yes,dlig=yes]
\starttypescriptcollection[comfortaa]
  \starttypescript[sans][comfortaa][name]
    \setups[font:fallback:sans]
    \definefontsynonym[Sans][name:comfortaa][features=default]
  \stoptypescript
  \starttypescript[comfortaa]
    \definetypeface[\typescriptone][ss][sans][comfortaa][default]
  \stoptypescript
\stoptypescriptcollection
\setupbodyfont[comfortaa]

\starttext
fl fi
\stoptext

Unfortunately, there are no ligatures whereas the snapshots given by the author show some of them like fi and fl.
Did I use the correct script?
Best regards,
Flavien.