RusselResume Overleaf에서 글꼴을 변경하는 방법

RusselResume Overleaf에서 글꼴을 변경하는 방법

RusselResume 템플릿을 사용하여 Overleaf에 이력서를 작성하려고 하는데 글꼴을 변경하고 싶습니다.

지금은 이미 작성된 내용입니다.

\newcommand*{\headerfont}{\roboto}
\newcommand*{\headerfontlight}{\robotolight}
\newcommand*{\footerfont}{\sourcesanspro}
\newcommand*{\bodyfont}{\sourcesanspro} 

나는 시도했다:

\newcommand*{\headerfont}{\fontfamily{ptm}\selectfont}
\newcommand*{\headerfontlight}{\fontfamily{ptm}\selectfont}
\newcommand*{\footerfont}{\fontfamily{ptm}\selectfont}
\newcommand*{\bodyfont}{\fontfamily{ptm}\selectfont}
\newcommand*{\bodyfontlight}{\fontfamily{ptm}\selectfont}

대신 내가 원하는 글꼴을 제공했습니다. 그러나 섹션 헤더 중 어느 것도 더 이상 굵은 글씨로 표시되지 않았습니다. 나는 추가를 시도했다

\fontseries{ub}

위의 줄에 있지만 아무 것도 수행되지 않았습니다. 다른 글꼴을 원하지만 원래 글꼴의 글자 굵기도 유지하고 싶습니다. 어떻게 해야 하나요?

관련 정보