econkramer wrote: > I would change the default font for the document class "article". I would > have my final complied document (in pdf) having cmr or dcr font class (i.e. > title: cmr/cmbx; section: cmbx; body: cmr, and so forth). > When I set in documents>settings>fonts the computer roman modern font, the > final output in pdf uses the font "sfrm or sfbx" and I do not understand > why. > > How may I do?
1.) check that you don't have "Sans Serif" selected in Document->Fonts->Default Family 2.) if 1.) is "Standard", try to set it to "Roman" 3.) if that doesn't help, insert to preamble \renewcommand{\familydefault}{\rmdefault} HTH, Jürgen