Variable: org-num-face
org-num-face is a customizable variable defined in org-loaddefs.el.
Value
nil
Documentation
Face to use for numbering.
When nil, use the same face as the headline. This value is
ignored if org-num-format-function specifies a face for its
output.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-loaddefs.el
;;; Generated autoloads from org-num.el
(defvar org-num-face nil "\
Face to use for numbering.
When nil, use the same face as the headline. This value is
ignored if `org-num-format-function' specifies a face for its
output.")