I have some opentype fonts (otf) which I use with fontspec. Everything works fine.
During the compilation LuaLaTeX load the otf-files in a temporary file.
For example:
(load: /home/marco/.texlive2011/texmf-var/luatex-cache/generic/fonts/otf/temp-FONTNAME.lua)
Is it possible to install the font via LuaLaTeX or fontspec that the compilation will be reduced?
I know the script otfins.py but maybe there is an easier way.
