html - Downloaded Font Not Showing Up in Browser -


project screenshot

i need text in navigation bar , body match text @ top (the header). text called windsordemi.fog cn. downloaded fontzone.net , seemed work fine. in body have:

<p style="text-align:center;font-family:windsordemi.fog cn"> <font size="4"> welcome daikininc.com! home of world's greatest egg roll wrappers , noodles! </font> </p> 

just other font. using dell latitude d630...is there reason why browser not recognizing font? need fonts match. thanks.

check if font name correct:

font-family:windsordemi.fog cn 

that doesn't right. looks you're using file name instead. simple guess be:

font-family:windsor 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -