Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: change font

  1. #11
    Join Date
    Feb 2005
    Posts
    14

    Default

    But, if you have a font with the other people don't have, it will not work, you have to put 1 font that exist in any computer

  2. #12
    Join Date
    Feb 2005
    Location
    That place your momma told you not to hang out in...
    Posts
    7

    Default That's the whole point of embedding fonts!

    If you call upon an .eot font within your CSS code, then the font that you've uploaded onto your webspace will be temporarily downloaded into the viewer's computer, so they will see the text on the HTML page in the style of the .eot font, whether or not the viewer has that particular font located in their Windows/Fonts folder.

    :arrow: Yes, it's always good to specify a default or widely-used font within your CSS code as a backup, in case for some reason the viewer of your HTML page has turned off a feature within their browser that would allow downloading of .eot fonts.

  3. #13
    Join Date
    Jan 2005
    Posts
    2

    Default

    open php active please

    withaya.bizhat.com

  4. #14
    Join Date
    Jan 2005
    Posts
    2

    Default

    PHP Enable

    http://withaya.bizhat.com/

    Thankyou

  5. #15
    Join Date
    Jan 2005
    Location
    Taylorsville, Utah
    Posts
    32

    Default

    Quote Originally Posted by withaya.bizhat.com
    open php active please

    withaya.bizhat.com
    perhaps you're confused?

  6. #16
    Join Date
    Feb 2005
    Posts
    10

    Default

    i don't know

  7. #17
    Join Date
    Dec 2004
    Posts
    40

    Default

    In HTML, if you want to change font,
    you can using this code

    <font face="(font name)"> (the word using this font) </font>

    an other selection, using CSS style,
    the code:

    <span style="font-family:(font name);"> (the word)</span>

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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