phantomjs Client called CTFontCreateWithName() using name "Helvetica Neue" and got font with PostScript name "HelveticaNeue"

Viewed 988

I'm running rspec tests and they pass fine but I get the following message:

phantomjs[25837:507] CoreText performance note: Client called CTFontCreateWithName() 
using name "Helvetica Neue" and got font with PostScript name "HelveticaNeue". 
For best performance, only use PostScript names when calling this API.

How can/should I resolve this issue?

enter image description here

3 Answers
Related