\documentclass{article} \usepackage[T1]{fontenc} \usepackage{gelasio} \newcommand{\Section}[1]{\section*{\textbf{#1}}} \renewcommand{\,}{\kern0.2ex} \usepackage{lipsum} \usepackage{lettrine} \begin{document} \begin{center}\huge \textbf{G\,e\,l\,a\,s\,i\,o}\\[0.5ex] \end{center} \Section{Regular} \lipsum[1] \Section{Italic} \textit{\lipsum[2]} \Section{Bold} \textbf{\lipsum[3]} \Section{Bold Italic} \textbf{\emph{\lipsum[4]}} \Section{Default Numbers} 1234567890 \Section{Lining Numbers} \liningnums{1234567890} \Section{Tabular Numbers} \tabularnums{1234567890} \Section{Superior Numbers} X\textsu{1234567890} \end{document}