mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
8 lines
112 B
CSS
8 lines
112 B
CSS
@font-face {
|
|
font-family: WidthTest;
|
|
src: url(WidthTest-Regular.otf);
|
|
}
|
|
.test {
|
|
font: 72px/1 WidthTest;
|
|
}
|