Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Adding fonts in HTML

adding fonts html

  • Please log in to reply
&nsbp;

#1 SmartWeb

SmartWeb

    Senior Member

  • Designer
  • 271 posts

Posted 16 August 2012 - 11:14 AM

Using (typeface), you can change the font style of all of your web text or certain portions of it. You can do this by using the ‘ FACE’ attribute inside the <FONT> </FONT> tag. However, the individual viewing your site must have the same exact font you assigned.
If you have your font assigned by the FONT FACE tag like in the below examples and those fonts were already installed on your system, the text will be displayed in the font style assigned in the FONT tag. If the font style is not assigned, the font will revert to the default font of your browser
<FONT FACE="Courier New">Courier Text?</FONT>
<FONT FACE="Times New Roman">Times New Roman Text?</FONT>
<FONT FACE="Arial">Arial Text?</FONT>
<FONT FACE="Impact">Impact Text</FONT>

#2 isaadansari

isaadansari

    Member

  • Designer
  • 47 posts

Posted 01 September 2012 - 07:07 PM

I like Cufon and font squirrel

#3 Loquasti

Loquasti

    Junior Member

  • Designer
  • 1 posts

Posted 03 September 2012 - 07:41 PM

I'm pretty sure you can upload the font that you're wanting to use to your web server which can overcome the 'default' issue by simply linking to the font location in the CSS.

#4 azithinkim

azithinkim

    Junior Member

  • Designer
  • 13 posts

Posted 04 September 2012 - 04:13 PM

I'm pretty sure you can upload the font that you're wanting to use to your web server which can overcome the 'default' issue by simply linking to the font location in the CSS.


you can use @font-face for the css.. the implementation is very simple.. although some fonts (mostly commercial cant be converted). more info here





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users