11 lines
200 B
HTML
11 lines
200 B
HTML
<link rel="stylesheet" href="/fonts/ahem.css">
|
|
<style>
|
|
div {
|
|
font-family: Ahem;
|
|
font-size: 20px;
|
|
background-color: green;
|
|
width: max-content;
|
|
color: transparent;
|
|
}
|
|
</style>
|
|
<div>X X X</div>
|