font 적용

2010. 10. 21. 01:552010년

★ 우분투에서 폰트적용은 ttf 파일을 /usr/share/fonts 폴더로 옮겨넣어주면 된다.

$ sudo mv *.ttf /usr/share/fonts


☆ 명령어 알아보기 : mv

사용법: mv [옵션]... [-T] 원본 대상
  또는:  mv [옵션]... 원본... 디렉터리
  또는:  mv [옵션]... -t 디렉터리 원본...
원본을 대상으로 이름을 바꾸거나, 원본을 지정한 디렉터리로 이동

긴 옵션에서 꼭 필요한 인수는 짧은 옵션에도 꼭 필요합니다.
      --backup[=CONTROL]       make a backup of each existing destination file
  -b                           like --backup but does not accept an argument
  -f, --force                  do not prompt before overwriting
  -i, --interactive            prompt before overwrite
  -n, --no-clobber             do not overwrite an existing file
If you specify more than one of -i, -f, -n, only the final one takes effect.
      --strip-trailing-slashes  remove any trailing slashes from each SOURCE
                                 argument
  -S, --suffix=SUFFIX          override the usual backup suffix
  -t, --target-directory=DIRECTORY  move all SOURCE arguments into DIRECTORY
  -T, --no-target-directory    treat DEST as a normal file
  -u, --update                 move only when the SOURCE file is newer
                                 than the destination file or when the
                                 destination file is missing
  -v, --verbose                explain what is being done
      --help     이 도움말을 표시하고 끝냅니다
      --version  버전 정보를 출력하고 끝냅니다
명령어 출처 : 터미널에서 $ mv --help  로 출력되는 우분투 도움말