Is it possible to compile some text with a size in between \Large and \LARGE? I would like to fine-tune the size of some title without affecting the rest of the document.
Edit: I didn't know the command \fontsize{}{} before, learning how to correctly use the command solved the problem. For me this answer solved the problem, not the linked question.
fontsizepackage provides the intermediate commands\Larger,\Largerr,\Largerrr. Similarly for the other commands:\large,\huge, etc. – Ivan Jan 27 '23 at 23:37