I have a wordpress with a theme in which I want to customize a title that I want to be like this :
But the source is like this :
I have manually assigned the source that you use and other css effects:
.text--superior {
margin-bottom: 15px !important;
font-size: 59px;
font-family: "Herr Von Muellerhoff" !important;
}
I have also tried text-transform
but it does not work either
How do I get rid of the excess cursive that the font currently has?