Variable: org-html-htmlize-font-prefix
org-html-htmlize-font-prefix is a customizable variable defined in
ox-html.el.gz.
Value
"org-"
Documentation
The prefix for CSS class names for htmlize font specifications.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-htmlize-font-prefix "org-"
"The prefix for CSS class names for htmlize font specifications."
:group 'org-export-html
:type 'string)