mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
227 B
HTML
19 lines
227 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
@font-face {
|
|
font-family: t;
|
|
src: url(580719-bad_head_table.ttf);
|
|
}
|
|
|
|
p.t {
|
|
font-size: 40px;
|
|
font-family: t;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p class="t">Lorem ipsum</p>
|
|
</body>
|
|
</html>
|