[Tex/LaTex] Problem while compiling friggeri CV template with: ‘ fontspec error: “font-not-found”‘

fontsfontspecfriggeri-cvluatex

I have somme problem while I'm trying to compile template CV from: http://www.latextemplates.com/template/friggeri-resume-cv .
I have install texlive-full package on Ubuntu and tryied to compiled this template with command: lualatex cv_10.tex
And I get:

: /home/lgadawski/.texmf-var/luatex-cache/generic/names/otfl-names.lua

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! fontspec error: "font-not-found"
! 
! The font "HelveticaNeue" cannot be found.
! 
! See the fontspec documentation for further information.
! 
! For immediate help type H <return>.
!...............................................  

l.53 \newfontfamily\bodyfont[]{Helvetica Neue}

I have also trying to do this on Windows with MikTex with same result. I spent some hours but couldn't find explanation why is that and how could I properly compile it and built my own CV.

Regards!

Best Answer

That template assumes you have obtained a license for Linotype's Neue Helvetica (€45 to €1500) and properly installed the font. If you haven't, try {Arial}, {TeX Gyre Heros}, or whatever you like, instead. Locate friggeri-cv.cls and modify the following lines (l. 53--58):

\newfontfamily\bodyfont[]{Helvetica Neue}
\newfontfamily\thinfont[]{Helvetica Neue UltraLight}
\newfontfamily\headingfont[]{Helvetica Neue Condensed Bold}

\defaultfontfeatures{Mapping=tex-text}
\setmainfont[Mapping=tex-text, Color=textcolor]{Helvetica Neue Light}