mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 01:55:00 +00:00

Instead of assuming that the first font in the cascade font list will have a glyph for space, we need to find it in the list taking into account unicode ranges.
13 lines
174 B
HTML
13 lines
174 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
.text {
|
|
font-size: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="text">A B</div>
|
|
</body>
|
|
</html>
|