[Tex/LaTex] How to change the default font size

fontsize

How can I change the default font size throughout the LaTeX document? Is this even possible?

Best Answer

at least some document classes provide an optional argument to do this. for example,

\documentclass[12pt]{book}

will provide a changed set of font sizes (\footnotesize will be smaller, for example) in a coherent style.