Basically, I want the header fonts to use a different (smaller) font size than the size I set using \documentclass. What should be the option I'd be using ?
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[margin=1in, headsep=10pt]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[L]{Personal Statement} % What other option should I use to get a custom font size ?
\fancyhead[L]{\small Personal Statement}? Most likely you have already seen this, but see also: en.wikibooks.org/wiki/LaTeX/Formatting#Sizing_text – user2473 Dec 11 '11 at 7:04\footnotesizeit is10ptwhen you have12ptas class option – Herbert Dec 11 '11 at 9:25