microsoft.com Home   All Products  |   Support  |   Search  |   microsoft.com Home  
Microsoft

Microsoft Typography | ...on the Web | ...embedding | WEFT | Publishing modified Web pages next


Publishing modified Web pages

Warning! The publishing process copies modified versions of your pages back to their original location so make sure you have a backup copy of your pages.

The modified pages are stored in your 'Work folder' (by default this is located in your 'My documents' folder) and you may prefer to review the changes made by the tool before copying them to your site.


The code WEFT adds to your pages

WEFT adds a STYLE section to the HEAD part of each HTML page that uses one or more font object. The code added conforms to the current Web Fonts working draft published by the W3C.

<STYLE TYPE="text/css">
<!--
  @font-face {
    font-family: Garamond;
    font-style:  italic;
    font-weight: normal;
    src: url(Garamond1.eot); }
-->
</STYLE>

This code tells Microsoft Internet Explorer 4.0 to use the 'Garamond1.eot' font object whenever the font Garamond Italic is specified within the page. The browser will use the font object regardless of whether the font is specified using the FONT FACE tag, a linked or inline Cascading Style Sheet or some other method.


Advanced options

If your site contains server script pages or similar non-static HTML pages you need to specify a download method. This is explained in the How WEFT deals with dynamic content section.




this page was last updated 19 January 1998
© 1998 Microsoft Corporation. All rights reserved. Legal Notices.
please e-mail comments to us via the e-mail address listed here.

 

Microsoft Typography | ...on the Web | ...embedding | WEFT | Publishing modified Web pages next