I liked the typeface of this book (scan of paper below) :
And would like to use it. I use WhatTheFont app and I think the font name is Hand Scribble Sketch Times Reg. Does anyone know how I can do this font in LaTeX? Below is my code.
\documentclass[12pt]{article}
\begin{document}
\noindent \textbf{2.1 FINITE ESTATE SYSTEMS}\[2pt]
The finite automaton is a mathematical model of a system, with discrete inputs and outputs.
\end{document}
Output:


\usepackage{newtxtext,newtxmath}is a bit closer – David Carlisle Nov 15 '22 at 17:28WhatTheFontwill do the job. – Vincent Krebs Nov 15 '22 at 19:44fontspecplusxelatex. – Stephen Nov 16 '22 at 04:14