Sup guys im having trouble with this code
<style type="text/css">
@font-face {
font-family: Reg;
font-style: normal;
font-weight: normal;
src: url("http://www.badhqteam.com/workingfiles/TIMESNE0.eot");
}
.classname {
font-family: "Reg";
}
</style>
And then you can call out that style in your HTML as you would any other style class:
<p class="classname">Testing sdsdssdsdssdsds</p>
Font is not showing up like it should do all tho font is in the root
Did I miss sumthing here?
Thanks Peace Boris
<style type="text/css">
@font-face {
font-family: Reg;
font-style: normal;
font-weight: normal;
src: url("http://www.badhqteam.com/workingfiles/TIMESNE0.eot");
}
.classname {
font-family: "Reg";
}
</style>
And then you can call out that style in your HTML as you would any other style class:
<p class="classname">Testing sdsdssdsdssdsds</p>
Font is not showing up like it should do all tho font is in the root
Did I miss sumthing here?
Thanks Peace Boris