Use sans-serif font for sections
This commit is contained in:
8
main.tex
8
main.tex
@@ -2,8 +2,12 @@
|
||||
\documentclass[twoside, a4paper, 12pt]{book}
|
||||
\usepackage[inner=35mm, outer=20mm, top=30mm, bottom=25mm]{geometry}
|
||||
|
||||
\usepackage{setspace}
|
||||
\linespread{1.15} % Set line spacing to 1.15
|
||||
\usepackage{setspace} % Set line spacing to 1.15
|
||||
\linespread{1.15}
|
||||
|
||||
\usepackage{sectsty} % Use sans-serif font for sections
|
||||
\chapterfont{\sffamily}
|
||||
\allsectionsfont{\sffamily}
|
||||
|
||||
% Typography
|
||||
\usepackage[T1]{fontenc} % Use T1 font encoding
|
||||
|
||||
Reference in New Issue
Block a user