Answer the question
In order to leave comments, you need to log in
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
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);
}
Your_Awesome_Fontname
and /path/to/your/font
replace with your font name and path to it. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question