Большая заглавная буква на чистом CSS
.post-content::first-letter,
.post-content>p:first-of-type::first-letter {
display: block;
margin-top: 10px; // for firefox
margin-right: 10px;
float: left;
font-size: 3.5em;
color: #000;
line-height: 1;
}