Skip to content

Commit

Permalink
Avoid requesting old style numbers for Lato
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Jan 25, 2014
1 parent f97464b commit 0c38a06
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Dissertate.cls
Expand Up @@ -62,14 +62,10 @@
\widowpenalty=300
\clubpenalty=300

\defaultfontfeatures{Mapping=tex-text}
\newfontfamily{\smallcaps}[RawFeature={+c2sc,+scmp}]{EB Garamond}
\defaultfontfeatures{Mapping=tex-text, Numbers=OldStyle}

\setromanfont[Mapping=tex-text,
Numbers=OldStyle,
Ligatures={Common}]
{EB Garamond} %
\setsansfont[Scale=MatchLowercase,Mapping=tex-text,BoldFont={Lato Bold}]{Lato Regular}
\setromanfont[Numbers=OldStyle, Ligatures={Common}]{EB Garamond}
\setsansfont[Scale=MatchLowercase, BoldFont={Lato Bold}]{Lato Regular}
\setmonofont[Scale=MatchLowercase]{Source Code Pro}

\RequirePackage[labelfont={bf,sf,footnotesize,singlespacing},
Expand Down

0 comments on commit 0c38a06

Please sign in to comment.