index.html (1180B)
1 <html> 2 <head> 3 <link href="../style.css" rel="stylesheet"> 4 <title>trigon font</title> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 </head> 7 <body> 8 <div class="container"> 9 <div class="w3-row"> 10 <div class="w3-quarter w3-container"> 11 </div> 12 <div class="w3-half w3-container"> 13 <h1>trigon font</h1> 14 <h2>a devilish font for dark wizards</h2> 15 <hr> 16 <p>Trigon font is based on <a href="https://github.com/sunaku/tamzen-font">Tamzen font by Suraj N. Kurapati</a>, which itself is a fork of <a href="http://www.fial.com/~scott/tamsyn-font/">Tamsyn font by Scott Fial</a>.</p> 17 <p></p> 18 <img src="trigon-preview.png"> 19 <p></p> 20 <p>Currently I have only developed this font for myself, so there is but one size and limited characters. Maybe if there is enough interest I will add more.</p> 21 <p></p> 22 <p>Feel free to play around with it, or send me any suggestions at <code>root <at> pyratebeard <dot> net</code>.</p> 23 <p></p> 24 <h4>download</h4> 25 <ul> 26 <li><a href="trigon8x15r.bdf">trigon8x15r.bdf</a></li> 27 </ul> 28 </div> 29 <div class="w3-quarter w3-container"> 30 </div> 31 </div> 32 </div> 33 </body> 34 </html>