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, initial-scale=1">
    <title></title>
    <style type="text/css">
p {
  font-size: 16px;
  line-height: 16px;
  background: pink;
  margin: 0;
  border: 1px solid #000;
}
#one {
  font-family: monospace;
}
#two {
  font-family: PingFang SC;
}
    </style>
  </head>
  <body lang="zh-CN">
    <p id="one">我不会说中文 &lt;- monospace</p>
    <p id="two">我不会说中文 &lt;- PingFang SC</p>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
andrewplummerpro
0viewers