I want to change the font to sans-serif of the footnote mark (or the \thanks mark) after the author's name. How do I achieve that? I can change the author's name and the footnote text using \textsf.
\documentclass{book}
\usepackage{newcomputermodern}
\usepackage{authblk}
\title{Title}
\author{\textsf{Name}\thanks{\textsf{Footnote}}}
\begin{document}
\maketitle
\end{document}
\makeatletter \def\@makefnmark{\@textsuperscript{\textsf{\@thefnmark}}} \makeatothershoudl do it, but the difference is hard to notice?