Code: Select all
\documentclass{book}
\usepackage{fontspec}
\setmainfont[Mapping=tex-text, Numbers=OldStyle]{Latin Modern Roman}
\begin{document}
\tableofcontents
\chapter{Introduction}
\section{blah}
\chapter{Conclusion}
\section{blah}
\end{document}