mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 10:48:39 +09:00
18 lines
209 B
HTML
18 lines
209 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>
|