\documentclass{article} \usepackage[fontsize=12pt]{fontsize} % will need adjusted if you change the paper size \usepackage{lmodern,fontspec,lipsum,tabularray,qrcode,tikz,parskip,hyperref} \usepackage[% papersize={5.5in,4.25in}, bottom=2mm ]{geometry} \setlength{\headsep}{2em} \pagestyle{empty} \def\paste{% \begin{tblr}{% column{1}={halign=r}, column{2}={halign=l,wd=15em}, % set the width of the writing line here vline{2}={text=:}, hline{2-Z}={2}{dotted}, row{2-Z}={abovesep=1.5em}} {\LARGE Title}&\\ Owner&\\ Model&\\ Layout&\\ Switches&\\ Keycaps&\\ PCB&\\ \end{tblr}\\{\tiny\href{https://daviddaily.dev/david/Keeb-Plaque}{daviddaily.dev}} \newpage } \begin{document} {\fontfamily{lmss}\selectfont\begin{center} % \setmainfont{[Hellvetica.ttf]} % uncomment if you want a better font \paste \paste \paste \paste \end{center} }\end{document}