::
Non è difficile: carica [tt]kpfonts[/tt] e aggiusta [tt]titlepage[/tt] in modo che adoperi Latin Modern.
`
\documentclass[binding=0.6cm]{sapthesis}
\usepackage{microtype}
\usepackage[italian]{babel}
%\usepackage[utf8]{inputenc}% inutile
\usepackage{kpfonts}
\usepackage{hyperref}
\hypersetup{
pdftitle={La mia tesi},
pdfauthor={Francesco Biccari}
}
% frontespizio con lmss
\AddToHook{env/titlepage/begin}{\renewcommand{\sfdefault}{lmss}}
\title{La mia tesi in \fontname\font}
\author{Francesco Biccari}
\IDnumber{123456}
\course{Laurea Magistrale in Fisica}
\courseorganizer{Facoltà di Scienze Matematiche, Fisiche e Naturali}
\AcademicYear{2021/2022}
\advisor{Prof. Caio}
\coadvisor{Dr. Sempronio} \authoremail{francesco.biccari@pippo.com}
\copyyear{2022}
\thesistype{Tesi di Laurea Magistrale}
\begin{document}
\frontmatter
\maketitle
\dedication{Dedicato a\\ Donald Knuth}
\begin{abstract}
Questa tesi parla di me.
\end{abstract}
\tableofcontents
\mainmatter
\chapter{Introduzione}
\section{Titolo}
\textsf{Qui si usa KpFont \fontname\font}
Qui c'è un po' di matematica $x^2-3x-4=(x+1)(x-4)$ e
\[
\int_{-\infty}^\infty e^{-x^2}\,dx=\sqrt{\pi}
\]
\backmatter
\cleardoublepage
\phantomsection % Give this command only if hyperref is loaded
\addcontentsline{toc}{chapter}{\bibname}
% Here put the code for the bibliography. You can use BibTeX or
% the BibLaTeX package or the simple environment thebibliography.
\end{document}
`
Come vedrai, nel titolo appare [tt]ec-lmss17[/tt], il che significa che tutto il frontespizio adopera il font Latin Modern Sans, come quando non si specificano font diversi.
Nel capitolo 1 vedrai [tt]KpFont jkpssmn8t at 10.95pt[/tt].
Ciao
Enrico