Eli Zaretskii wrote: > diff --git a/lisp/faces.el b/lisp/faces.el > index 612bd16..3d3adaa 100644 > --- a/lisp/faces.el > +++ b/lisp/faces.el > @@ -2281,7 +2281,9 @@ fixed-pitch > :group 'basic-faces) > > (defface variable-pitch > - '((t :family "Sans Serif")) > + '((((type w32)) > + :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1") > + (t :family "Sans Serif")) > "The basic variable-pitch face." > :group 'basic-faces Your patch seems to work. Attached is the result. Angelo