mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
A few tests were trying to use ahem.css but failed because the path was invalid and the font wasn't imported.
7 lines
91 B
CSS
7 lines
91 B
CSS
@font-face {
|
|
font-family: 'Ahem';
|
|
src: local('Ahem'),
|
|
url('Ahem.ttf');
|
|
}
|
|
|