Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Myfonts integration › Reply To: Myfonts integration
March 18, 2015 at 12:33 pm
#158612
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');}