mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 12:54:58 +00:00
14 lines
419 B
HTML
14 lines
419 B
HTML
<!doctype html><link rel="match" href="reference/first-available-font-should-include-whitespace-ref.html" /><style>
|
|
* {
|
|
outline: 1px solid black;
|
|
font-family: HashFont, SerenitySans;
|
|
}
|
|
div {
|
|
width: min-content;
|
|
}
|
|
@font-face {
|
|
font-family: 'HashFont';
|
|
src: url('assets/HashSans.woff');
|
|
unicode-range: U+0;
|
|
}
|
|
</style><div class="test">hello friends
|