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:
parent
ff7b949061
commit
da861fe7af
4 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
<style>
|
||||
* {
|
||||
border: 1px solid black;
|
||||
font-family: 'SerenitySans';
|
||||
}
|
||||
.flex-container {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue