techno-font
Version:
23 lines (21 loc) • 737 B
HTML
<html>
<head>
<style>
.test {color: blue; font-size: 90px;}
</style>
<link href="../assets/techno-font.css" rel="stylesheet">
<!-- <link href="https://rawgit.com/walchko/techno-font/master/assets/techno-font.css" rel="stylesheet"> -->
</head>
<body>
<h1> Font Test </h1>
<i class="tf-archlinux" style="font-size: 172px; color:red"></i>
<span class="test"><i class="tf-archlinux"></i></span>
<i class="tf-apple" style="color:green"></i>
<i class="tf-cassandra tf-36" style="color:green"></i>
<i class="tf-debian" style="color:green"></i>
<i class="tf-git" style="color:green"></i>
<i class="tf-github" style="color:green"></i>
<i class="tf-nodejs" style="color:green"></i>
</body>
</html>