Monospace fonts for coding
What is the right font for publishing your code in web, magazins or books?
Times new roman? Not really. The fonts family called "monospace fonts".
Here a few examples:
- LetterGothic
- Lucida Console
- Courier New
- Fixedsys
This fonts are in windows included
Example:
<?php
// Lucida Console
echo phpinfo();
>
<?php
// Fixedsys
echo phpinfo();
>
<?php
// Courier New
echo phpinfo();
>
<?php
// LetterGothic
echo phpinfo();
>
You can test the fonts and more online:
a few others monospace fonts:
Anonymous
http://www.ms-studio.com/FontSales/anonymous.html
Raize
http://www.raize.com/DevTools/Tools/RzFont.asp
Proggy
http://www.proggyfonts.com/index.php?menu=download
Similar entries
- Best websites for cool free fonts to download
- High tech design/ layout rules
- Comparison of free Shopping Carts - 2009
- Common HTML / Web colors
- CSS Text effects for MSIE
- Web2 Style CSS Dynamic Menu with Arrows and Background-Images
- DropDown / Rollover Menu with pure CSS / HTML
- Web2 style secure & flexible free php contact form with easy setup
- Pure CSS Mouseover Menu without Javascript
- Cool Drupal Themes with preview to download directly
- Backup all MySQL databases automagicly with the PHP admin script
- PHP code examples for beginners
- CSS hierarchy and inline style sheets
- Url manipulation with mod_rewrite and php-catcher for beginners
- Web 2.0 Style two Side Background, Dark to Light Effect
- Drupal problem with inline style <p style=""> and <br />
- Powertoys for Windows XP let u work faster and easier
- Web Application Security Papers
- How to recursively create md5 and sha1 sum of your files.
- Check password safety with JavaScript while typing

Comments
Post new comment