Hello there. I can't get (again) the fonts installed in the texmf-local directory in the TeXlive 2012 pretest. It's quite possible I'm doing something wrong (but I recall that putting the files under texmf-local/fonts/data was enough to get them imported). Setup: find texmf-local/fonts/data/ -type f -exec md5sum {} \; 25e5b8b98c516abdf0d2815067d691d6 texmf-local/fonts/data/charis/CharisSIL-I.ttf 61c9cd7d9ffd2e149ad586945b135e55 texmf-local/fonts/data/charis/CharisSIL-BI.ttf 76c44f99f6209ecea79724429dbcba3e texmf-local/fonts/data/charis/CharisSIL-B.ttf d39f8f29432ac164dae8bb1dfd5eeb3b texmf-local/fonts/data/charis/Andika-R.ttf 20becdd98504161dc918be59c47e2268 texmf-local/fonts/data/charis/CharisSIL-R.ttf 79d2b1fe536079a3c69069f7961e8436 texmf-local/fonts/data/leaguegothic/League_Gothic.otf The configuration is the same that an older (texlive-pretest) installation one: pwd /media/data/melmoth/tex-live-hacking/tl2012-june [18:28] melmoth@universe:/media/data/melmoth/tex-live-hacking/tl2012-june$ find texmf-local/fonts/data/ -type f -exec md5sum {} \; | (cd ../install-dir/ && md5sum -c -) texmf-local/fonts/data/charis/CharisSIL-I.ttf: OK texmf-local/fonts/data/charis/CharisSIL-BI.ttf: OK texmf-local/fonts/data/charis/CharisSIL-B.ttf: OK texmf-local/fonts/data/charis/Andika-R.ttf: OK texmf-local/fonts/data/charis/CharisSIL-R.ttf: OK texmf-local/fonts/data/leaguegothic/League_Gothic.otf: OK Minimal example: \setupbodyfont[charissil,11pt] \definefont[AuxFont][file:League_Gothic sa *] \starttext test test test {\AuxFont hello} \stoptext mtxrun --script fonts --reload [...] /media/data/melmoth/tex-live-hacking/tl2012-june/texmf-local for ttf files fonts | names | 4 entries found, 0 ttf files checked, 0 okay fonts | names | scanning [...] mtxrun --script fonts --list --method=file --all | grep -i char => empty This is LuaTeX, Version beta-0.70.2-2012052323 (TeX Live 2012) mtx-context | current version: 2012.05.30 11:26 The same mtxrun produced: fonts | names | scanning /media/data/melmoth/tex-live-hacking/install-dir/texmf-local for ttf files fonts | names | 18 entries found, 10 ttf files checked, 10 okay mtx-context | current version: 2012.05.29 00:12 This is LuaTeX, Version beta-0.70.2-2012052323 (TeX Live 2012) Best wishes. -- Marco