mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
11 lines
155 B
CSS
11 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;
|
|
}
|