Dear GP-Team,
I try to use a local hosted TTF font and added it with the following CCS to the Merch theme template.
@font-face {
font-family: 'Creampuff';
font-style: normal;
font-weight: normal;
src: url('https://example.com/wp-content/uploads/sites/3/2023/01/CREAMPUF.ttf') format('truetype');
}
This only works in Safari though. Other browsers throw this error:
Failed to decode downloaded font: https://example.com/wp-content/uploads/sites/3/2023/01/CREAMPUF.ttf
I downloaded from another source and also used different FTP programs to upload. Did I use the correct CSS?
Thanks a lot!