jubilee/fonts/test.html
2018-10-12 16:19:55 +01:00

32 lines
661 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link href="fujicons.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p>fa-back <i class=" fa fa-back"></i> </p>
<p>.fa-forward <i class=" fa fa-forward"></i> </p>
<p>.fa-globe <i class=" fa fa-globe"></i> <i class="fa"></i></p>
<p>.fa-up <i class=" fa fa-up"></i> </p>
<p>.fa-down <i class=" fa fa-down"></i> </p>
<p>.fa-work <i class=" fa fa-work"></i> </p>
<p>.fa-home <i class=" fa fa-home"></i> </p>
<p>.fa-location-arrow <i class=" fa fa-location-arrow"></i> </p>
<p>.fa-map-marker <i class=" fa fa-map-marker"></i> </p>
</body>
</html>