誰得メモ   スマホでも上手く表示するための AAを貼り付けるためのスタイルです。 @kæge さんありがとう。   @font-face{     font-family: 'Saitamaar';     src: local('Saitamaar'),     url('http://keage.tokyo/fonts/Saitamaar.eot?') format('eot'),     url('http://keage.tokyo/fonts/Saitamaar.woff2') format('woff2'),     url('http://keage.tokyo/fonts/Saitamaar.woff') format('woff'),     url('http://keage.tokyo/fonts/Saitamaar.ttf') format('truetype');     font-weight: normal;     font-style: normal;  } .aa{     background: #fafafa;     border: 1px solid #cccccc;     color: #333;     font-weight:normal;     font-family:Saitamaar, sans-serif;     font-size:5pt;     line-height:1.1;     text-align: left;     margin: 0;     padding: 0;     -moz-text-size-adjust: none;     -ms-text-size-adjust: 100%;     -webkit-text-size-adjust: 100%;     -webkit-text-size-adjust: 100%;     text-size-adjust: 100%; }   後は、AAをpreタグ内貼り付けて、クラス名にaaを付ける。  クラス名は各自お好きなようにどうぞ。  上手く表示出来ない時は...