Newer
Older
minerva / Tests / LibWeb / Ref / space-glyph-width.html
@minerva minerva on 13 Jul 442 bytes Initial commit
<!DOCTYPE html>
<html>
<head>
    <link rel="match" href="reference/space-glyph-width-ref.html" />
    <style>
        @font-face {
            font-family: 'HashFont';
            src: url('assets/HashSans.woff');
            unicode-range: U+0;
        }

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