سلام
کدهای تک من به صورت زیر هستند و وقتی از محیطهای تعریف، قضیه، نکته، اثبات و مثال که تعریف شده اند استفاده میکنم، خود کلمه های تعریف، قضیه و ... بولد نمیشن. فونت های مختلفی رو هم امتحان کردم که جواب نداد
لطفا راهنماییم کنید.
\documentclass[fleqn,openany,12pt,a4paper]{report}
\usepackage[top=3.5cm,right=4cm,bottom=3cm,left=2cm]{geometry}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing,decorations.markings,arrows.meta, bending, decorations.markings,calc,arrows,hobby}
\usepackage{rotating}
\usepackage{mathrsfs,amsmath,amssymb,amsthm}
\usepackage{fancybox}
\usepackage{float}
\usepackage{stmaryrd}
\usepackage{fancyhdr}
\usepackage{indentfirst}
\usepackage[all]{xy}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{xepersian}
\settextfont[Scale=1]{XB Niloofar.ttf}
\setdigitfont[Scale=1]{Yas.ttf}
\defpersianfont\nast[Scale=1.6]{IranNastaliq.ttf}
\pagestyle{fancy}
\theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
\newtheorem{theorem}{قضیه}[section]
\newenvironment{pro}{\paragraph{ اثبات:}}{\hfill$\square$}
\newtheorem{lemma}{ لم}[section]
\newtheorem{proposition}{گزاره}[chapter]
\theoremstyle{definition}
\newtheorem{example}{مثال}[section]
\newtheorem{nok}{نکته}[section]
\begin{document}
\begin{nok}
هر تابع همساز، یک تابع دوهمساز میباشد. ولی هر تابع دوهمساز یک تابع همساز نیست. به عبارتی، توابع دوهمساز توسیع طبیعی از توابع همساز هستند.
\end{nok}
\end{document}