Variable: org-latex-use-sans
org-latex-use-sans is a customizable variable defined in
ox-latex.el.gz.
Value
nil
Documentation
Whether to typeset the document with the Sans font family.
The default behaviour is to typeset with the Roman font family.
This variable was added, or its default value changed, in Org version
9.8.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-latex.el.gz
(defcustom org-latex-use-sans nil
"Whether to typeset the document with the Sans font family.
The default behaviour is to typeset with the Roman font family."
:group 'org-export-latex
:package-version '(Org . "9.8")
:type 'boolean
:safe #'booleanp)