Web Design Forum: Helvetica Neue - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Helvetica Neue how to use Helvetica Neue in css

#1 User is offline   adamjw3 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 27-June 09
  • Reputation: 0
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 27 June 2009 - 07:52 PM

if i have a design thats uses Helvetica Neue roman or Helvetica Neue in general how would you place this in the css would you use Helvetica Neue, Helvetica, arial? the design uses it for some body text and links wats the best way of doing it? i have attache a jpg

Attached File(s)


0

#2 User is offline   Wickham 

  • Web Guru
  • View gallery
  • Group: Moderators
  • Posts: 2,662
  • Joined: 11-June 09
  • Reputation: 233
  • Gender:Male
  • Location:Salisbury UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 27 June 2009 - 08:16 PM

Have a look at this site which lists browser-safe fonts:-
http://www.ampsoft.n...wsMacFonts.html
Helvetica Neue isn't mentioned, so lots of people will never see it, so they will see your second choice or third.

If you use an uncommon font, you can either use it in selected places in images, or use a complicated method called sIFR which uses both javascript and flash, but even then people use that method only in a few places, not for text everywhere. http://www.mikeindus....com/blog/sifr/
0

#3 User is offline   adamjw3 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 27-June 09
  • Reputation: 0
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 27 June 2009 - 08:20 PM

View PostWickham, on Jun 27 2009, 21:16, said:

Have a look at this site which lists browser-safe fonts:-
http://www.ampsoft.n...wsMacFonts.html
Helvetica Neue isn't mentioned, so lots of people will never see it, so they will see your second choice or third.

If you use an uncommon font, you can either use it in selected places in images, or use a complicated method called sIFR which uses both javascript and flash, but even then people use that method only in a few places, not for text everywhere. http://www.mikeindus....com/blog/sifr/



this site is going to be cms based so i need them to be able to change the text in places that use Helvetica Neue. i'm really stuck can you help
0

#4 User is offline   davep 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 441
  • Joined: 05-June 09
  • Reputation: 13
  • Gender:Male
  • Location:Kokkola, Finland
  • Experience:Intermediate
  • Area of Expertise:Web Designer

Posted 27 June 2009 - 09:17 PM

you'll have to stick with a common font. though you could specify that font as first in the list so it's available for those that have it. that's the way the web works ;)
0

#5 User is offline   mr-shock 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 312
  • Joined: 27-October 08
  • Reputation: -16
  • Location:Newcastle upon Tyne
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 27 June 2009 - 11:28 PM

isn't there a way to have server side fonts? like upload the font the server and specifie the path in the font section of the css? i really dunno, be good if there was something like that so it loaded off the server instead of everyone having to install it.

[EDIT]

you may be in luck, i found this article on it.

http://www.webmaster...css/3198635.htm

This is a quote taken from the site, this should be all you will need i guess, test it and see if it works, i don't see why i wont. the difference is that it loads via the server instead of via the user.

Quote

you're going about it the wrong way: first import the font then reference it: 

@font-face {  
font-family: cmsy10;  
src: url(http://www.domain.com/font/cmsy10.ttf);
 } 

p {  
font-family: cmsy10, "Times New Roman", Times, serif; 
} 


This should work in Firefox, Opera and IE.

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users