با سلام
در حال استفاده از فونتی هستم، که برای مطبوعات و سایت های خبری طراحی شده و -به نظر من- فرمت توپر ناهماهنگی با متن دارد(تصویر یک صفحه از پایان نامه ام را با این فونت ضمیمه کرده ام). چگونه می توانم این ناهماهنگی را از بین ببرم؟ به نظر خودم رسید تا فونت Bold را یک یا دو شماره کوچک تر در نظر بگیرم تا برای مقصود من مناسب شود. اما نمی دانم چطور باید چنین کاری کرد. لطفا راهنمایی کنید.
فایل کمینه ی زیر را از سوال آقای گلخوار برای اعمال نظر دوستان قرار می دهم:
\documentclass{report}
\usepackage{amsthm}
\usepackage{xepersian}
\settextfont{XB Zar}
\setdigitfont{XB Zar}
\theoremstyle{theorem}
\newtheorem{nok}{نکته}[section]
\theoremstyle{definition}
\newtheorem{theorem}[nok]{قضیه}
\theoremstyle{definition}
\newtheorem{definition}[nok]{تعریف}
\theoremstyle{definition}
\newtheorem{ex}[nok]{مثال}
\begin{document}
\chapter{}
\section{بخش اوّل}
\begin{definition}
\end{definition}
\begin{theorem}
\end{theorem}
\begin{theorem}
\end{theorem}
\begin{theorem}
\end{theorem}
\begin{ex}
\end{ex}
\section{بخش دوم}
\begin{definition}
\end{definition}
\begin{theorem}
\end{theorem}
\begin{definition}
\end{definition}
\begin{theorem}
\end{theorem}
\end{document}