سلام. سایت خوش اومدین.
راههای مختلفی هست. یکیش اینه.
\documentclass{report}
\usepackage{titlesec}
\usepackage{xepersian}
\settextfont{Yas}
\titleformat{\chapter}[display]
{\normalfont\fontsize{18}{20}\selectfont\bfseries}
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titleformat{\section}
{\normalfont\fontsize{17}{19}\selectfont\bfseries}
{\thesection}{1em}{}
\begin{document}
\chapter{عنوان فصل}
\section{عنوان قسمت}
\end{document}
دومی: (برای لاتینشو مطمینم. برای فارسی با ریسک خودتون)
\documentclass{report}
\usepackage{sectsty}
\usepackage{xepersian}
\settextfont{Yas}
\chapterfont{\fontsize{18}{20}\selectfont}
\allsectionsfont{\fontsize{17}{19}\selectfont}
\begin{document}
\chapter{عنوان فصل}
\section{عنوان قسمت}
\end{document}