Please support our HTML and CSS advertiser: Lunarpages Web Hosting
![]() |
•
•
Join Date: Jul 2007
Posts: 126
Reputation:
Rep Power: 2
Solved Threads: 2
There are two ways that are effective to this
:
1-- Make the font as an image using photoshop or other stuff like firefox.
2-- use the:
<style>
*tag* {
font-family:Colonna MT, Comic Sans MS, Consolas, Odessa LET, arial, helvetica, sans-serif;
}
and replace the *tag* with the tags that are on you words
ex.
<html>
<head>
<title>example</title>
<style>
b {
font-family:Colonna MT, Comic Sans MS, Consolas, Odessa LET, arial, helvetica, sans-serif;
}
</style>
</head>
<body>
<b>example</b>
</body>
</html>
ok?
:
1-- Make the font as an image using photoshop or other stuff like firefox.
2-- use the:
<style>
*tag* {
font-family:Colonna MT, Comic Sans MS, Consolas, Odessa LET, arial, helvetica, sans-serif;
}
and replace the *tag* with the tags that are on you words
ex.
<html>
<head>
<title>example</title>
<style>
b {
font-family:Colonna MT, Comic Sans MS, Consolas, Odessa LET, arial, helvetica, sans-serif;
}
</style>
</head>
<body>
<b>example</b>
</body>
</html>
ok?
![]() |
Similar Threads
Other Threads in the HTML and CSS Forum
- Help - Problem in installing new fonts (Windows 9x / Me)
- How To install new fonts...??? (Windows NT / 2000 / XP / 2003)
- Use ClearType to Enhance Screen Fonts in Windows XP (Windows tips 'n' tweaks)
- Fonts for New OS (OS X)
Other Threads in the HTML and CSS Forum
- Previous Thread: Don't know where to post this website question...
- Next Thread: How to add nice background
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode