mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
10 lines
155 B
CSS
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;
|
|
}
|