I integrated my own stylesheet in the template settings to use my own fonts for the heading and the text, but it's totally ignored by the template. When I enter a plain text in a p-tag it chooses the Trebuchet font, with size 12 and ignores the stylesheet completly:
@font-face
{font-family: 'Kaushan Script'; font-style: normal; font-weight: 400; src: url(https://www.mydomain.tld/templates/yootheme/fonts/font-99527dc9.woff2) format('woff2'), url(https://www.mydomain.tld/templates/yootheme/fonts/font-bbc383e1.woff) format('woff'); }
@font-face
{font-family: 'Raleway'; font-style: normal; font-weight: 500; src: url(https://www.mydomain.tld/templates/yootheme/fonts/font-26378364.woff2) format('woff2'), url(https://www.mydomain.tld/templates/yootheme/fonts/font-01c44492.woff) format('woff'); }
p {
font-family: Raleway;
font-size: 17px;
font-weight: 500;
line-height: 1.6;
color: #4a3c32;
}
a:link {
color: #068B98;
}
a:hover {
color: #3EB7B7;
}
a:active {
color: #333333;
}
Any ideas how to manage that so I don't have to struggle all the time wrtining a new email?