...
관리 콘솔(Confluence administration) > PDF Export Language Support로 이동하여 환경에서 사용하는 글꼴의 이름을 확인합니다.
관리 콘솔 > Global PDF Stylesheet로 이동하여 아래와 같이 설정합니다.
코드 블럭 .code pre, .preformatted pre { font-family:ConfluenceInstalledFont, (.ttf를 제외한)글꼴 이름; }
PDF Export를 수행합니다.
...