Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes:

> The font configuration is done in two variables:
>
> (defvar org-latex-font-mapping-alist
>   '(("main" . "Noto Serif")
>     ("sans" . "Noto Sans")
>     ("mono" . "Noto Sans Mono"))
>   "Set this alist for your font preferences when exporting to
> LuaLaTeX/XeTeX.
> . Initially, this will generate a list of strings, each one an expansion
> like:
> \=\set...font{font name}")
>
> (defvar org-latex-font-fallback-alist
>   '(("emoji" . "Noto Color Emoji:mode-harf")
>     ("han"   . "Noto Sans CJK JP:")
>     ("kana"  . "Noto Sans CJK JP:"))
>   "Set this alist with your fallback fonts definitions when exporting to
> LuaLaTeX/XeTeX.
>
> ...
> \directlua{
>  luaotfload.add_fallback("FallbackFonts", {
>   "Noto Color Emoji:mode-harf",
>  })
> }
>
> \setmainfont{Noto Serif}[RawFeature=Fallbackfonts]
> \setsansfont{Noto Sans}[RawFeature=Fallbackfonts]
> \setmonofont{Noto Sans Mono}[RawFeature=Fallbackfonts]

Does it mean that you plan to use the same fallback for main, sans, and
mono fonts? Would it make more sense to have individual fallback for
each?

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to