Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WEFT

0 views
Skip to first unread message

Kai Gillmann

unread,
Apr 2, 2004, 4:19:22 PM4/2/04
to
Hi.

I'm not sure but I hope this is the right group.

I created a new homepage for me and want to use a special font. I found out
that I can use CSS2 and Microsoft WEFT.

Now I have the following Code in my HTML files:
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Kai Gillmann (KaiGi...@GMXpro.net) on
02.04.2004 -- */
@font-face {
font-family: MyOwnFont;
font-style: normal;
font-weight: normal;
src: url(MYOWNFO1.eot);
}
-->
</STYLE>

Now other computers should show the pages with this font but it doesnt work.

I read the FAQ, Troubleshooting & co on microsofts WEFT Homepage
http://www.microsoft.com/typography/web/embedding/weft3/default.htm

I am using IIS from Windows 2003 EEd.

I hope anyone could help me or tell me the right newsgroup. (I
unsuccessfully searched for css, html, htm, web, webdesign, www)

Kai Gillmann


Cosme(CR)

unread,
Apr 12, 2004, 7:19:58 PM4/12/04
to
Your code is OK, but before close the Style section, you need to include a
paragraph descriptor to which the font should be applied, something like
this:

P { Font-family: MyOwnFont; }

Regards

Cosme

"Kai Gillmann" <KaiGi...@GMXpro.net> escribió en el mensaje
news:%23xQGqgP...@TK2MSFTNGP12.phx.gbl...

Cosme(CR)

unread,
Apr 13, 2004, 9:43:42 AM4/13/04
to
Your code is OK, but before close the Style section, you need to include a
paragraph descriptor to which the font should be applied, something like
this:

P { Font-family: MyOwnFont; }

Regards

Cosme

"Kai Gillmann" <KaiGi...@GMXpro.net> escribió en el mensaje
news:%23xQGqgP...@TK2MSFTNGP12.phx.gbl...

0 new messages