I built my site using Segoe Print as the main font. This appears to be a default font for Windows 7 but not for XP so viewing my site via XP machine renders it with Tahoma...my first back up font in my CSS.
I read about @face-font and it appeared to be just what I needed and seems simple enough to implement...except, I cannot get it to work.
My CSS shows
and I have the font sitting on the root of my site along with CSS page and my html pages.
Can anyone shed light on where I'm going wrong? I have tried changing the path in the above code to (segoepr.ttf) (/segoepr.ttf) but neither of these worked either.
Someone please show me how stupid I'm being. Thank you.
I used to have a handle on life... but it broke. Cpt. Red Bull
I read about @face-font and it appeared to be just what I needed and seems simple enough to implement...except, I cannot get it to work.
My CSS shows
Code:
@font-face {
font-family: Segoe Print;
src: url(../segoepr.ttf) format("truetype");
}
and I have the font sitting on the root of my site along with CSS page and my html pages.
Can anyone shed light on where I'm going wrong? I have tried changing the path in the above code to (segoepr.ttf) (/segoepr.ttf) but neither of these worked either.
Someone please show me how stupid I'm being. Thank you.
I used to have a handle on life... but it broke. Cpt. Red Bull