Thanks to the great help I have received at this forum I could solve all my remaining problems except one, but this is just a minor point. I was able to set a bold font for the headings, but the same font looks a bit too heavy for the sections.
What is the right command? I did some research but found it a bit too confusing.
What I am looking for is a command that allows me to use "Gill Sans Std - Extra Bold" for just the section titles.
Any help is greatly appreciated!
Code: Select all
\date{}
\usepackage{sectsty}
\usepackage{blindtext}
\usepackage{lettrine}
% Headings setup (sectsty)
\allsectionsfont{\sffamily}
\@ifundefined{XeTeXversion}{}{%
\usepackage{fontspec}%
\defaultfontfeatures{Scale=MatchLowercase,Mapping=tex-text}
\setromanfont{Minion Pro}%
\setromanfont[Ligatures={Common}, Numbers={OldStyle}]{Minion Pro}
\setsansfont{Gill Sans Std}%
\setsansfont [BoldFont={Gill Sans Std-Ultra Bold}]{Gill Sans Std}
\setmonofont{Courier New}%
}%
\usepackage{xunicode}
\usepackage{xltxtra}