Hello everyone, I can not connect my font, I check it in two browsers and it does not work in one. I put the font in the root folder. Below is the code:
@font-face { font-family: MyCustomFont; src: url(OpenSans-Light.ttf) /* TTF file for CSS3 browsers */ } body,html { margin-top:0px; margin-left:0px; margin-right::0px; margin-bottom:0px; width: 100%; height: 100%; vertical-align:top; vertical-align:top; font-size:12px; font-family:"MyCustomFont"; color:#ffffff; background-image:url(../img/bg.jpg); background-repeat:repeat-y; background-color:#c5c5c5; background-position:50% 0; } What could be the problem? Thank you in advance!