2023-12-09 19:45:57 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2024-11-05 09:49:08 -03:00
|
|
|
<link rel="match" href="../expected/unicode-range-ref.html" />
|
2023-12-09 19:45:57 -03:00
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'HashFont';
|
2024-11-05 09:49:08 -03:00
|
|
|
src: url('../../Assets/HashSans.woff');
|
2023-12-09 19:45:57 -03:00
|
|
|
unicode-range: U+0041; /* Only letter 'A' */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
font-family: 'HashFont', 'SerenitySans';
|
|
|
|
|
font-size: 100px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="text">AB</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|