ft-interactive / minimal

Minimal FT styles. Uses SCSS.
0 stars 0 forks source link

switch to new urls for benton? #2

Open callumlocke opened 10 years ago

callumlocke commented 10 years ago

FT.com seems to be using new (and more permanent-looking) URLs for Benton:

@font-face {
    font-family: "BentonSans";
    src: url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-regular.eot");
    src: url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-regular.eot?#iefix") format("embedded-opentype"), url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "BentonSans";
    src: url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-bold.eot");
    src: url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-bold.eot?#iefix") format("embedded-opentype"), url("http://s1.ft-static.com/m/font/ft-velcro/bentonsans-bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
}
kavanagh commented 10 years ago

Ok I need to find out two things:

  1. Is there any chance these will change?
  2. That the files that have been used on ft.com are good. The font files used to be render poorly at small sizes.
sdbernard commented 10 years ago

not to mention the weirdness with Benton bold at 12 and 14pt, where the dot on the i blended in to make an l (el)

On 14 November 2013 11:23, Luke Kavanagh notifications@github.com wrote:

Ok I need to find out two things:

  1. Is there any chance these will change?
  2. That the files that have been used on ft.com are good. The font files used to be render poorly at small sizes.

— Reply to this email directly or view it on GitHubhttps://github.com/ft-interactive/minimal/issues/2#issuecomment-28476585 .


Interactive Design Editor Financial Times +44 207 873 4536


This email was sent by a company owned by Pearson plc, registered office at 80 Strand, London WC2R 0RL. Registered in England and Wales with company number 53723.

kavanagh commented 10 years ago

Seems the caching headers on the ft.com one cause the fonts not to be cached. Not great. Will leave these as they are until that's fixed.