1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

Tests/LibWeb: Use SerenitySans in new layout tests

This ensures consistent font metrics no matter which platform fonts
are available.
This commit is contained in:
Andreas Kling 2023-03-10 18:09:34 +01:00
parent ff7b949061
commit da861fe7af
4 changed files with 10 additions and 8 deletions

View file

@ -1,6 +1,7 @@
<style>
* {
border: 1px solid black;
font-family: 'SerenitySans';
}
.flex-container {
display: flex;