更改所有章节和小节标题的字体类型和大小

更改所有章节和小节标题的字体类型和大小

字体正常文本应为 Times New Roman。但我想改变章节和小节标题改为大写 Arial-12 大小.MWE 如下所示。

documentclass[letterpaper,11pt]{article} 
\usepackage[left=1.25in,right=1.25in,top=1in,bottom=1in]{geometry}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage{mathptmx}% Times Roman font
\title{My Title}
\date{}
\begin{document}
    \maketitle
    \Blinddocument
\end{document}

相关内容