출처 : http://ubuntuhandbook.org/index.php/2016/05/manually-install-fonts-ubuntu-16-04/
1. Launch Terminal from Unity Dash, or by pressing Ctrl+Alt+T on keyboard:
When it opens, paste following commands and run one by one.
2. In Ubuntu Linux, font files are installed to /usr/lib/share/fonts or /usr/share/fonts. The former directory is recommended in this case for manual installation.
First create a sub folder in the font directory, ms_fonts
, as example:
sudo mkdir /usr/local/share/fonts/ms_fonts
Type in your password when it asks (no visual feedback) and hit Enter.
3. Move all font files from your Downloads directory to the new created folder:
sudo mv ~/Downloads/*.ttc ~/Downloads/*.ttf /usr/local/share/fonts/ms_fonts/
4. Set permissions to these files by running the commands below one by one:
sudo chown root:staff /usr/local/share/fonts/ms_fonts -R sudo chmod 644 /usr/local/share/fonts/ms_fonts/* -R sudo chmod 755 /usr/local/share/fonts/ms_fonts
5. Finally builds font information caches for apps using fontconfig for their font handling:
sudo fc-cache -fv
Now you can apply new installed fonts via Unity Tweak Tool:
'이전것 > LINUX' 카테고리의 다른 글
1.2. 리눅스 기반 파일 조작하기 (0) | 2016.11.16 |
---|---|
우분투 16.04 기본셋팅 (0) | 2016.11.10 |
device driver 3 (0) | 2016.05.23 |
device driver (2) (0) | 2016.05.16 |
device driver (0) | 2016.05.09 |