사용자 도구

사이트 도구


linux:font

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:font [2021/12/20 14:26]
kwon37xi [Microsoft Fonts]
linux:font [2022/12/30 14:37] (현재)
kwon37xi [Microsoft Fonts]
줄 1: 줄 1:
 ====== Linux Font ====== ====== Linux Font ======
 +  * [[:font|글꼴 Font]]
 +  * [[font:nerd_fonts|nerd-fonts]]
   * ''~/.fonts'' 폴더에 TTF 파일을 넣는다.   * ''~/.fonts'' 폴더에 TTF 파일을 넣는다.
   * ''fc-cache'' 명령을 수행하면 TTF 글꼴들이 등록된다.   * ''fc-cache'' 명령을 수행하면 TTF 글꼴들이 등록된다.
줄 26: 줄 28:
 ===== Microsoft Fonts ===== ===== Microsoft Fonts =====
   * debian/ubuntu ''ttf-mscorefonts-installer'' : 기존 MS 글꼴들을 설치할 수 있음.   * debian/ubuntu ''ttf-mscorefonts-installer'' : 기존 MS 글꼴들을 설치할 수 있음.
 +
 +<code sh>
 +# license UI 를 거치지 않고 설치하는 방법
 +echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
 +sudo apt-get install ttf-mscorefonts-installer
 +</code>
   * [[https://wiki.debian.org/SubstitutingCalibriAndCambriaFonts|SubstitutingCalibriAndCambriaFonts - Debian Wiki]]   * [[https://wiki.debian.org/SubstitutingCalibriAndCambriaFonts|SubstitutingCalibriAndCambriaFonts - Debian Wiki]]
   * 2020년 MS Office의 기본 글꼴은 [[https://docs.microsoft.com/en-us/typography/font-list/calibri|Calibri]], [[https://docs.microsoft.com/en-us/typography/font-list/cambria|Cambria]]인데 이것들은 비공개이다.   * 2020년 MS Office의 기본 글꼴은 [[https://docs.microsoft.com/en-us/typography/font-list/calibri|Calibri]], [[https://docs.microsoft.com/en-us/typography/font-list/cambria|Cambria]]인데 이것들은 비공개이다.
linux/font.1639977979.txt.gz · 마지막으로 수정됨: 2021/12/20 14:26 저자 kwon37xi