Re the guide - it could be a lot clearer - you are not covering older browsers either. If you want a custom font for IE6/7 then you will also need to upload the eot file.
@font-face {
/* for IE */
font-family: 'MyCustomFont';
src: url(images/font/nameoffont.eot) /* EOT file for IE */
}
@font-face {
font-family: 'MyCustomFont';
src: url(images/font/nameoffont.ttf)
}
.thead {
color: #ffffff;
font-family: 'MyCustomFont', Verdana, sans-serif;
font-size: 14px;
}
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved