TabFonts.com

Tablature Font for Guitarists

Step 1: Download the Font

Important! By downloading the GuitarTabFont.ttf, True-Type Font, you agree to the CC-BY-NC license by Creative Commons
Click here to get the font

Step 2: Installing the Font

On Windows, double-click the downloaded GuitarTabFont.ttf and click "Install"

Step 3: Using the Font

In your favorite text editor, choose the font name: GuitarTabFont.
Copy/paste the tablature that you want. Share your tab with others! (or not :-)

Note: Be sure to save or encode your files as "utf-8".

Step 4: Using the Font in your web page

Add the following to your CSS:
@font-face {
	font-family: 'gfont';
	src: url('GuitarTabFont.ttf');
	font-display: block;
  }

And then you can add the font-family to your element:
div.example {
	font-size: 28pt;
	font-family: 'gfont';
  } 

Paste your tab into the textarea below.