HappyHands31
HappyHands31

Reputation: 4101

Downloaded Font Not Showing Up in Browser

Project Screenshot

I need the text in the navigation bar and body to match the text at the top (the header). The text is called WindsorDemi.fog Cn. I downloaded it from fontzone.net and it seemed to work fine. In the body I have:

<p style="text-align:center;font-family:WindsorDemi.fog Cn">
<font size="4"> Welcome to daikininc.com! home of the world's greatest egg roll wrappers and noodles!
</font>
</p>

Just like I would do with any other font. I am using a dell latitude D630...is there a reason why the browser is not recognizing this font? I need the fonts to match. Thanks.

Upvotes: 0

Views: 1638

Answers (3)

Jorge
Jorge

Reputation: 36

that font format is not supported by your browser. download the supported format from this link, make sure you check the browsers and operating systems supported before downloading http://font.downloadatoz.com/download,84557,windsordemi.html

Upvotes: 1

Amos
Amos

Reputation: 161

I believe that if you set the style to:

style="text-align:center;font-family:WindsorDemi"

...It may work on your computer.

However, if you publish this page to the world wide web, only people who also have installed that font will see it as you do. For web pages you are stuck using generic font families, see wikipedia, or using web fonts like for example google fonts or the many good options here.

Upvotes: 1

user2755140
user2755140

Reputation: 2027

Check if the font name is correct:

font-family:WindsorDemi.fog Cn

That doesn't look right. It looks like you're using the file name instead. A simple guess could be:

font-family:Windsor

Upvotes: 1

Related Questions