Hi again, I continue to test and push fixes to the feature branch. Today I was testing the use of .dir-local.el to set the fonts and found a quirk that has been corrected. I encourage you to test your intended font configurations and share here on the list. In addition to the default value in the code, I'm currently using the attached .dir-locals.el for a config based on the Noto family (just as an example).
Best, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Sagen's Paradeiser, write BE! Year 1 of the New Koprocracy
((org-mode . ((org-latex-lualatex-font-config . (("main". (:font "Noto Serif" :fallback (("emoji" . "Noto Color Emoji:mode=harf") ("han" . "Noto Serif CJK JP:") ("kana" . "Noto Serif CJK JP:")))) ("sans" . (:font "Noto Sans" :fallback (("emoji" . "Noto Color Emoji:mode=harf") ("han" . "Noto Sans CJK JP:") ("kana" . "Noto Sans CJK JP:")))) ("math" . (:font "TeX Gyre Termes Math")) ("mono" . (:font "Noto Sans Mono" :features ("Scale=MatchLowercase"))))))))