我正在使用 Kerkis 字体写一章。但是,我希望将章节标题的字体改回默认字体。我尝试了所有可能的代码。但没有一个能用。这是我使用的序言。
\documentclass[12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{blindtext}
\usepackage{kerkis}
% To change the chapter appearence style
\usepackage{titlesec, sectsty}
\titleformat{\chapter}[hang]
{\normalfont\huge\bfseries\rmfamily}{\chaptertitlename\ \thechapter}{20pt}{\Huge}
\begin{document}
\blinddocument
\end{document}
字体系列没有改变。另外,我希望将章节标题保留在灰色框中。有人知道怎么做吗?