Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Font WebDings

    Hello

    Is the Font WebDings installed on every Windows Machine using IE 6 ?

    Can I use this font ?

    If the Font is not on the Client what happens ??

    Thanx



    Jerry Guest

  2. Similar Questions and Discussions

    1. How to change the font, the font size, and color text
      How to change the font, the font size, and the color for a selected text in C++. David
    2. 'Cannot read or create the font (font name) error message for Acrobat 9 Pro
      Hi Im new here so i dont know if this topic has been handled already. First the base info: Im on a iMac G5 running 10.5.4. And Im using Acrobat 9...
    3. Is it possible to replace the subset embedded font with the full font
      We frequently try to extract text from PDF files and recently encountered a problem with one PDF because the file contained on Embedded Subset of...
    4. PerlMagick, Annotate, and Webdings
      I am trying to Annotate an image with a character from the Webdings font. I am running on a FreeBSD 5.3 box and all appropriate libraries are...
    5. ACROBAT 4 WON'T STYLE FONT WEBDINGS
      HI Does anyone know why Acrobat Distiller 4 won't embed the font WEBDINGS. I am saving the file from Quark as a eps. How do I resolve this...
  3. #2

    Default Re: Font WebDings


    "Jerry" <Jerry@Jerry.com> schreef in bericht
    news:bgg0bm$k3n$00$1@news.t-online.com...
    > Hello
    >
    > Is the Font WebDings installed on every Windows Machine using IE 6 ?
    >
    > Can I use this font ?
    >
    > If the Font is not on the Client what happens ??
    >
    > Thanx
    >
    >
    >
    Most clients will have this font.
    If the client doesn't have this font installed then the browser will use a
    default font.

    What you can try is this:
    <font face="WebDings, Arial, Times New Roman, Verdana" size="2"> </font>

    If the client user now doesn't haves the WebDings font, the browser will
    first look at the Arial font, if the user doesn't haves this one too then
    the browser will look to Times New Roman... etc. After that one... I will
    use the default font.

    Hope this helps,
    Arjen.


    Arjen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139