I used to slightly adjust my font size with \patchcmd{\normalsize}. Consider this code:
\documentclass[11pt]{memoir} \usepackage{etoolbox,lipsum} \makeatletter \patchcmd{\normalsize}{\@xipt}{{30pt}}{}{} % 30pt only for testing purpose! \normalsize \makeatother \begin{document} \lipsum \end{document} If I compile it with LuaLaTeX (or XeLaTeX, or pdfLaTeX) 2021 or older, the text is resized; with TL 2022 it is not.
I'm using Overleaf, so I wonder if the reason is a change (or a bug) within TL 2022 as such, or its implementation in Overleaf.