Am 23.06.2025 um 15:25 schrieb Jeong Dal via ntg-context:
Dear Hraban and Wolfgang,

Thank you for your testing.

I installed Noto Sans KR fonts in my font folder in Mac.
And check the list of fonts whose name includes ‘notosans*kr*’ as you said”

  mtxrun --script fonts --list --all --pattern='notosans*kr*’

And got the following list.

[...]

Why does it look for Math font for \Title and \SlideTitle?

1. Can you show the complete log file!

2. Does the following example work?

%%%% begin example
\definefontfamily[notoFont][rm][Noto Serif CJK KR]
  [   it={style:regular,features:{*,slanted}},
      sl={style:regular,features:{*,slanted}},
      bi={style:bold,features:{*,slanted}},force=yes]

\definefontfamily[notoFont][ss][Noto Sans CJK KR]
  [   it={style:regular,features:{*,slanted}},
      sl={style:regular,features:{*,slanted}},
      bi={style:bold,features:{*,slanted}},force=yes]

\definefontfamily[notoFont][tt][Noto Sans Mono CJK KR]
  [   it={style:regular,features:{*,slanted}},
      sl={style:regular,features:{*,slanted}},
      bi={style:bold,features:{*,slanted}},force=yes]

%\definefontfamily[notoFont][math][Tex Gyre Pagella Math]
\definetypeface[notoFont][mm][math][pagella][default]

\setupbodyfont[notoFont]

\starttext

\doloopoverlist{\rm,\ss,\tt}
  {\recursestring
   \doloopoverlist{\tf,\it,\bf,\bi}
     {\recursestring 여기에도 수학이? }\par}

\stoptext
%%%% end example

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to