How can I use multiple fonts in the modeline? For example, If want it to look like
Line: 23 Size: 3000
with Line
and Size
in a different font than the modeline
font, how should
(setq-default mode-line-format '(
"Line: %l Size: %i"
))
be modified?