Forum Moderators: not2easy
I have problem.
I would like to have text in swis font family. On my comp is everything alright, but when i load page on other computers (where swis font family is not intalled) is set to times new roman.
as i know the code looks something like that:
@font-face {
font-stretch: ultra-expanded;
font-family: "Swis721 BdRnd BT";
src="images/tt0815¦2.ttf");
}
Is this ok? Is src line correct?
Where in code must be placed?
thanx
yamoto
You can set up "fallback" typefaces within font-family, e.g.
body {font-family: "Swis721 BdRnd BT", Swiss, Univers, Helvetica, sans-serif"; }@font-face {etc.
in which case the browser looks in the respective order for available fonts.