Files
ladybird/Tests/LibWeb/Ref/data/fonts/ahem.css
Sam Atkins 0e8f3a4648 Tests: Import ahem font for ref tests
A few tests were trying to use ahem.css but failed because the path was
invalid and the font wasn't imported.
2025-11-20 16:02:40 +01:00

7 lines
91 B
CSS

@font-face {
font-family: 'Ahem';
src: local('Ahem'),
url('Ahem.ttf');
}