• Resolved w3x64

    (@w3x64)


    using this theme, i set the theme default font to Helvetica Neue and it works great on Mac Computers, looking at the same site on a windows the fonts appears to be in times new roman, in chrome, firefox and ie. has anyone else seen this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    Helvetica Neue is a default font on Macs, but is rare on PCs as it is not supplied with Windows so would need to be purchased separately.

    You need to set a full font stack in your CSS so that a visitors browser can use a ‘next-best’ font if the primary font is not on the computer/device. You can list several fonts in order of preference.

    If you want to use helvetica-neue as the primary font, an appropriate font stack line in your css might be:

    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

    So just add this to your custom css box in theme options:

    body {font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}

    Thanks cubecolour!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Windows Helvetica Neue = times new roman’ is closed to new replies.