G
G
georgefht2014-02-04 10:47:52
Google Fonts
georgefht, 2014-02-04 10:47:52

How to properly connect Helvetica Neue to your site?

I drew a layout using the LIGHT styles of the New Helvetian.
The programmer did everything, connected the font - and it was a failure.
Perhaps there is some standard for connecting such headsets, in particular, Helvetics, if they are not in Googlefonts?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
trall, 2014-02-04
@sashablashenkov

There are various converters to webfonts. For example this one - www.fontsquirrel.com/tools/webfont-generator
Paste in your page's CSS to include your font:

@font-face
{
font-family: Your_Awesome_Fontname;
src: url(/path/to/your/font);
}

Connect like this:
Your_Awesome_Fontnameand /path/to/your/fontreplace with your font name and path to it.
You can read about fontface here - htmlbook.ru/css/font-face (and here www.w3schools.com/cssref/css3_pr_font-face_rule.asp )

Y
Yuri Lobanov, 2014-02-04
@iiil

So is he paid? Or I'm wrong?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question