Curricula Vitae / RésumésThe font "Helvetica Neue" cannot be found.

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

The font "Helvetica Neue" cannot be found.

Post by templateuser »

Hello,

I tried to compile this template using XeLatex but I get the error message:

Code: Select all

! fontspec error: "font-not-found"
!

! The font "Helvetica Neue" cannot be found.
I use Windows 8.1 and I have MikTex 2.9 and TexMaker 4.1.1.

Thank you for your help.

colonel_angel

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

The font "Helvetica Neue" cannot be found.

Post by Vel »

Hi,

You need to download and install the Helvetica Neue font family, specifically: Helvetica Neue UltraLight, Helvetica Neue Condensed Bold and Helvetica Neue Light. See here for how to install them in Windows: http://www.microsoft.com/typography/tru ... stall.mspx

If you can't get the fonts, you can use different fonts by finding these lines in friggeri-cv.cls and substituting the names for other fonts that you do have installed:

Code: Select all

\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}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
kulima
Posts: 23
Joined: Mon Aug 03, 2015 5:42 pm

Re: The font "Helvetica Neue" cannot be found.

Post by kulima »

I have the same problem. No idea where to get that font and i am not using Windows.

Any suggestions for good replacement fonts?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: The font "Helvetica Neue" cannot be found.

Post by Johannes_B »

Helvetica Neue is font that comes with a Mac license. Having a Mac and using its fonts seems to be natural, Many use Windows and Arial (resp. Calibri now), others use stuff like Liberation Sans.

I think any sans serif font will do for you, but since you are looking for an alternative to Helvetica: Check out TeX Gyre Heros, it is installed with your TeX distribution.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
kulima
Posts: 23
Joined: Mon Aug 03, 2015 5:42 pm

Re: The font "Helvetica Neue" cannot be found.

Post by kulima »

TeX Gyre Heros works fine.
Using "Lato-Light" for the thinfont. Looks well enough.
f0rest
Posts: 2
Joined: Sat Sep 05, 2015 3:55 pm

Re: The font "Helvetica Neue" cannot be found.

Post by f0rest »

I have the same question and I think I have install the Helvetica Neue fond in the file named fond in the windows folder. And after restarting the computer, the coding process is still error just like before. What should I do?
Here are the warnings and errors.
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \oldstylenums with arg. spec. 'm' on line 107.
*************************************************
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \overbrace with arg. spec. 'm' on line 2307.
*************************************************
*************************************************
* LaTeX warning: "xparse/redefine-command"
*
* Redefining document command \underbrace with arg. spec. 'm' on line 2310.
*************************************************
))Running miktex-makemf.exe...
miktex-makemf: The Helvetica Neue source file could not be found.

Running hbf2gf.exe...


hbf2gf (CJK ver. 4.8.0)



Couldn't find `Helvetica Ne.cfg'

miktex-maketfm: No creation rule for font "Helvetica Neue".


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

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

?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

The font "Helvetica Neue" cannot be found.

Post by Johannes_B »

\newfontfamily\bodyfont{TeX Gyre Heros}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply