<!DOCTYPE html><html><head><meta charset="UTF-8">
<style>
body {
  font-family: 'Ricty Diminished Discord'; /* Chromiumでは無効 */
  margin: 0;
}
div {
  background: #ABCDEF;
  color: white;
  font-size: 36px;
  height: calc(96px * 4 - 10px * 2);
  line-height: 1.75;
  overflow: hidden;
  padding: 10px 20px;
  width: calc(96px * 8 - 20px * 2);
}
</style>
</head>
<body>
<div>
  height: 4インチ(96ピクセル * 4)<br>
  width: 8インチ(96ピクセル * 8)<br>
  フォント: Ricty Diminished Discord(ショートカットでインストール、Chromiumでは無効)
</div>
</body>
</html>