Use Dotsies as a web font

Paste this into the header of one of your web pages to use Dotsies as a web font:

  <link href='http://dotsies.org/dotsies.css' rel='stylesheet' type='text/css'>

Then you can use it in classes and styles, as in:

  <style>
    .dotsies {font-family: Dotsies;}
  </style>