\setkomafont{chapter}{\normalsize\bfseries}  %fett,normal
\setkomafont{section}{\normalsize\bfseries}    %fett,normal
\setkomafont{subsection}{\normalsize\mdseries\itshape}   %kursiv, normal
\setkomafont{subsubsection}{\normalsize\mdseries}           %normal
\settocfeature[toc][0]{entryhook}{\usekomafont{chapter}}  % Übernahme der Überschriftformatierung ins Inhaltsverzeichnis
\settocfeature[toc][1]{entryhook}{\usekomafont{section}}
\settocfeature[toc][2]{entryhook}{\usekomafont{subsection}}
\settocfeature[toc][3]{entryhook}{\usekomafont{subsubsection}}
Zum Beispiel soll die Seitenzahl bei chapter fett geschrieben werden und bei subsection kursiv.
Habe leider keine Ahnung wie das geht.
Vielen Dank schonmal


