On Tue, May 11, 2021 at 3:41 PM Taco Hoekwater
On 11 May 2021, at 15:16, Hans Hagen
wrote: On 5/11/2021 2:08 PM, Jairo A. del Rio wrote:
Hi, list! Following this thread: https://tex.stackexchange.com/questions/596610/how-to-use-luatex-with-large-... < https://tex.stackexchange.com/questions/596610/how-to-use-luatex-with-large-unicode-codepoint>, I tried to replicate it in ConTeXt. Both LMTX and LMTX fail to display the right symbol and, as it's discussed in the linked page, there's an offset by 14. Is this intentional (in ConTeXt)? A bug? Minimal (non-)working example: %Font available here: https://materialdesignicons.com/ < https://materialdesignicons.com/> \starttext \definedfont[file:materialdesignicons-webfont.ttf]\char"F1372\relax \stoptext You need to employ a sense of humour for that font:
\starttext \definefontfeature[materialicons][default][rlig=yes] \definedfont[file:materialiconsregular.ttf*materialicons] baby_changing_station \stoptext
That only works with the regular font, not with the webfont version from the ‘easy download’ link (it is cool, though :)).
But that is not the issue. The issue is that you have this super-useful page online:
another link for the records, just in case https://www.nerdfonts.com -- luigi