Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
h1 {
  letter-spacing: 3px;
}
h2 {
  letter-spacing: -3px;
}
</style>
</head>
<body>
<h1>Это заголовок 1</h1>
<h2>Это заголовок 2</h2>
</body>
</html>