servo/tests/ref/css/ahem.css
Glenn Watson 32c02fc048 Fix inline context padding on inline-block.
Fixes categories bar on wikipedia - ref #2554.
2014-09-23 15:40:08 +10:00

10 lines
155 B
CSS

@font-face {
font-family: 'ahem';
src: url(../fonts/ahem/ahem.ttf);
}
body {
font-family: 'ahem';
font-size: 100px;
line-height: 1;
}