...
다운로드 받은 글꼴을 Confluence의 한 페이지에 첨부합니다. 이 페이지는 삭제되어서는 안됩니다.
관리자 메뉴(⚙️) > 일반 설정 > Look and Feel > 스타일시트 에서 전역에 대한 CSS를 설정합니다.
@font-face를 사용하여 새 글꼴을 선언합니다.
폰트명과 위치를 선언합니다.코드 블럭 @font-face { font-family : 'myStyleFont'; src : url('https://confluence.my.com/download/attachments/myStyleFont.ttf'); }
글꼴이 지정될 페이지의 요소를 입력합니다.
코드 블럭 @font-face { font-family : 'myStyleFont'; src : url('https://confluence.my.com/download/attachments/myStyleFont.ttf'); } .wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li { font-family: 'myStyleFont', serif; font-size: 14px; }
...
\uD83D\uDCCE 관련 문서
https://confluence.atlassian.com/confkb/how-to-add-custom-fonts-to-confluence-1115130088.html
https://confluence.atlassian.com/doc/styling-fonts-in-confluence-174751968.html
...