The font "CC Icons" cannot be found.

Asked by Anton Patsev

Hello.
I make ubuntu manual on Ubuntu 14.04
First, i get need package:
sudo apt-get install --no-install-recommends xindy-rules po4a texlive-lang-cyrillic \
texlive-xetex texlive-latex-recommended texlive-latex-extra texlive-fonts-extra \
latex-xcolor pgf bzr texlive-fonts-recommended ttf-linux-libertine

Second:
bzr branch lp:~ubuntu-manual/ubuntu-manual/trusty

And:
make ubuntu-manual-ru.pdf

and see error:

! The font "CC Icons" cannot be found.
!
! See the fontspec documentation for further information.

How search font "CC Icons" on ubuntu 14.04?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Manual Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Patsev
Solved:
Last query:
Last reply:
Revision history for this message
Kevin Godby (godbyk) said :
#1

The CC Icons font isn't packaged in Ubuntu. You can download the font file from <http://mirrors.creativecommons.org/presskit/cc-icons.ttf>. Copy that font to your ~/.fonts/ directory, then run "fc-cache ~/.fonts". Then you can rerun make.

Revision history for this message
Anton Patsev (patsev-anton) said :
#2

Thanks, Kevin!