Funky font stuff with CSS

Filed under: CSS Stylesheets

Cascading Style Sheets or CSS can be used to give your font or text a unique look. Here are some funky things you can do to your font to make it a little different from the default.

  1. Color (color)
  2. Letter Spacing (letter-spacing)
  3. Text Align (text-align)
  4. Text Decoration (text-decoration)
  5. Text Indent (text-indent)
  6. Text Transform (text-transform)
  7. Word Spacing (word-spacing)

(Read more…)