Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

This thread was closed and archived. Please ask a new question if you need help.

how to call helvetica font in fire fox

  • 4 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 235 views
  • Last reply by mankaran

Hi, Helvetica font family is not working in fire fox, but its working in chrome very well. So please solve my this problume

Link of that site is

http://max-molly.com/

Regard Mankaran Sran

Hi, Helvetica font family is not working in fire fox, but its working in chrome very well. So please solve my this problume Link of that site is http://max-molly.com/ Regard Mankaran Sran

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Hi mankaran,

In `style.css` of your theme there are multiple instance of: font-family: helveticaneue; As Helvetica Neue is not a standard web-safe font and since it's nomenclature can vary from system to system you may want to use something more like: font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; When using a non web-safe fonts it is always good to provide suitable alternatives if the font is not available.

Another alternative is to use a webfont (@font-face) to serve up the font.

Hope that helps!

Read this answer in context 👍 0

All Replies (4)

What do you mean by not working? Specifying a font with CSS should work the same way, for example: body {

   font-family: Helvetica, Arial, sans-serif;

}

Your site says, "Error establishing a database connection" right now so I can't see what is happening.

Thanks, Michael

please check my link and open in chrome and fire fox

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Hi mankaran,

In `style.css` of your theme there are multiple instance of: font-family: helveticaneue; As Helvetica Neue is not a standard web-safe font and since it's nomenclature can vary from system to system you may want to use something more like: font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; When using a non web-safe fonts it is always good to provide suitable alternatives if the font is not available.

Another alternative is to use a webfont (@font-face) to serve up the font.

Hope that helps!

Rehan Dalal மூலமாக திருத்தப்பட்டது