#tweetList > li > .blockstyle > blockquote p.tweettext:before{
  content: '\2018\2019';
  font-family: 'ocr';
  font-style: normal;
  font-weight: 400;
  position: absolute;
  font-size: 120px;
  top: 0px;
  left: -120px;
  color: rgba(26,114,189, 1);
  text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: -.2em; /* <-- */
}