|
unusual fonts in websites
|
|
05-27-2008, 07:01 PM
Post: #1
|
|||
|
|||
|
unusual fonts in websites
how can i add unusual fonts in sites..
(i mean text its self, without changing to image..) |
|||
|
06-18-2008, 02:25 AM
(This post was last modified: 06-18-2008 02:27 AM by mathew.)
Post: #2
|
|||
|
|||
|
RE: unusual fonts in websites
only works in IE: use microsoft web embedding fonts tool..search for weft ttf to eot....convert your ttf font to eot..put it in the server...add these lines in css and html..
css: @font-face{font-family:yourfont; src: url(yourfont.eot);} html: Code: <FONT FACE=yourfont>sometext</FONT> |
|||
|
09-12-2010, 05:42 PM
Post: #3
|
|||
|
|||
|
RE: unusual fonts in websites
You can do this by using flash and CSS. Here you have to design the font in Flash and call from CSS. By using this method you can use any unfamiliar font or new font.
|
|||
|
12-18-2010, 04:27 AM
Post: #4
|
|||
|
|||
|
RE: unusual fonts in websites
You can use CSS to add any types of fonts in your website.Do as following to add fonts :
@font-face{font-family:Font Name; src: url(Font Name.eot);} |
|||
|
01-14-2011, 05:17 PM
Post: #5
|
|||
|
|||
RE: unusual fonts in websites
(12-18-2010 04:27 AM)kavinnjohn Wrote: You can use CSS to add any types of fonts in your website.Do as following to add fonts : I agree with kavinnjohn. CSS is the best option to format texts. CSS is very easy to implement and is supported by almost all browsers. |
|||
|
01-19-2011, 12:52 PM
Post: #6
|
|||
|
|||
|
RE: unusual fonts in websites
You can change the fonts of website through Dreamweaver,its so easy.
|
|||
|
06-29-2011, 05:39 PM
Post: #7
|
|||
|
|||
|
RE: unusual fonts in websites
Change Font with Dreamweaver
1. Start the Dreamweaver program and open the document to be changed. 2. Select the text that you want changed, if you want to change the font color of only a specific portion of the page. Open the Text menu, choose Color and select the color. Click OK. 3. Set the font color for the entire page by opening the Modify menu and choosing Page Properties. 4. Locate the Text command and click on the button next to it. Use the dropper to choose the new font color. Click OK. 5. Save the page when finished and preview it by choosing Preview in Browser from the File menu. Lyssa Gale Language Fonts |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





