blob: 042326c0ad2952265d1e746e2ef38a9e1affc6ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
* {
font-family: Ahem;
}
</style>
<body>
<div style="width: 50px; height: 50px; background: green">
</div>
</body>
|