Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>WebKitGtk font size</title>
    <style>
    html {
      background: #404d59;
      color: #fff;
    }
    body {
      background: #556677;
      padding: 1rem;
    }
    .font-size-tests > div {
      border: 1px dashed #a22;
      line-height: 1;
      margin-right: 1px;
      float: left;
    }
    </style>
  </head>
  <body>
    <div>
      <h3>Compare font size</h3>
      <div class="font-size-tests">
        <div style="font-size: 12pt;">12 pt font size</div>
        <div>Default font size (12pt for Epiphany)</div>
        <br style="float: clear;">
      </div>
    </div>
  </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers