#158612
kgeee
Member
Post count: 67

Hi

Yes. They are there and the fonts are loading fine. If you use firebug and turn of the Helvetica font, Gill Sans is displaying fine.

The problem is the the fonts that are in the html as /*========== Web Font Styles ==========*/. These overrule the Gill Sans font.

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2dabba");

  
@font-face {font-family: 'GillSansMTStd-Medium';src: url('webfonts/2DABBA_0_0.eot');src: url('webfonts/2DABBA_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DABBA_0_0.woff2') format('woff2'),url('webfonts/2DABBA_0_0.woff') format('woff'),url('webfonts/2DABBA_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'GillSansMTStd-Bold';src: url('webfonts/2DABBA_1_0.eot');src: url('webfonts/2DABBA_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2DABBA_1_0.woff2') format('woff2'),url('webfonts/2DABBA_1_0.woff') format('woff'),url('webfonts/2DABBA_1_0.ttf') format('truetype');}