blob: b06abd9c33d1a12243c9b5b8f886ca190598e36f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="UTF-8">
<style>
q {
text-transform: uppercase;
font-size: 2em;
font-family: Ahem;
display: block;
width: 400px;
background: red;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<script>
document.addEventListener("MozReftestInvalidate", () => {
scrollTo(0, 3450);
document.documentElement.classList.remove("reftest-wait");
});
</script>
<body>
<q>But these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytellingBut these are real problems worth exploring in storytelling</q>
</body>
</html>
|