Skip to content

Latest commit

 

History

History
executable file
·
69 lines (60 loc) · 2.77 KB

readme.md

File metadata and controls

executable file
·
69 lines (60 loc) · 2.77 KB

 

An open source font implementing pIqaD. A klingon writing system.

Demo

            – 

Included Glyphs

0 1 2 3 4 5 6 7 8 9 A B C D E F
U+F8Dx                
U+F8Ex          
U+F8Fx             

Use it on the web!

@font-face {
  font-family: 'DIn pIqaD';
  src: url(dist/DIn pIqaD.woff);
  unicode-range: U+F8D0-F8E9,U+F8F0-F8F9,U+F8FD-F8FF;
}

body {
  font-family: 'DIn pIqaD', fantasy;
}