Newer
Older
minerva / Tests / LibWeb / Ref / reference / unicode-range-ref.html
@minerva minerva on 13 Jul 425 bytes Initial commit
<!DOCTYPE html>
<html>
<head>
    <style>
        @font-face {
            font-family: 'HashFont';
            src: url('../assets/HashSans.woff');
        }

        .hash-font {
          font-family: 'HashFont';
        }

        .text {
          font-size: 100px;
          font-family: "MinervaSans";
        }
    </style>
</head>
<body>
    <div class="text"><span class="hash-font">A</span>B</div>
</body>
</html>