2023-12-09 19:45:57 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'HashFont';
|
2024-11-05 09:53:30 -03:00
|
|
|
src: url('../../Assets/HashSans.woff');
|
2023-12-09 19:45:57 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hash-font {
|
|
|
|
|
font-family: 'HashFont';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
font-size: 100px;
|
|
|
|
|
font-family: "SerenitySans";
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="text"><span class="hash-font">A</span>B</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|