yippiekyyay
Programmer
Hello,
I'm trying to use fon't face in my page, but can't through CSS.
Inline works:
<p><font face="Monotype Sorts">Ö</font></p>
But once I try to put it in CSS it won't:
<p><span class="side_arrows">Ö</span></p>
(in css page - which I know is linking properly)
.side_arrows {
font-face: Monotype Sorts;
}
I have tried several variations (ie. font: "Monotype Sorts") but am at a loss. Any help would be greatly appreciated!
-Sean
I'm trying to use fon't face in my page, but can't through CSS.
Inline works:
<p><font face="Monotype Sorts">Ö</font></p>
But once I try to put it in CSS it won't:
<p><span class="side_arrows">Ö</span></p>
(in css page - which I know is linking properly)
.side_arrows {
font-face: Monotype Sorts;
}
I have tried several variations (ie. font: "Monotype Sorts") but am at a loss. Any help would be greatly appreciated!
-Sean