There is a page www / index.html with a menu that uses "its" fonts: 
I make a copy of the file in the folder www / folder / index.html , change the paths to the style files and where the fonts are connected and everything works as it should, except for the Firefox v41.0 browser 
At the same time, in the “Compiled style” it says that it is connected: 
Fonts I connect as follows:
@font-face { font-family: "GothamProBold"; src: url("../fonts/GothamProBold.eot"); src: url("../fonts/GothamProBold.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype"); font-style: normal; font-weight: normal; } In other browsers, everything is displayed normally. Please tell me what the problem is and how to take it?
