mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
20 lines
282 B
HTML
20 lines
282 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<style>
|
|
@font-face {
|
|
font-family: colr-unset;
|
|
src: url("../fonts/colr-unset.ttf");
|
|
}
|
|
|
|
span {
|
|
font-family: colr-unset;
|
|
font-size: 25pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>D</span><span>D</span><span>D</span>
|
|
</body>
|
|
</html>
|