Unfortunately, it didn't work. These were my steps:
1. I downloaded Cantarell font from
www.fontsquirrel.com/fonts/cantarell website.
2. I converted to webfont compatible version from
www.everythingfonts.com/font-face website.
3. I added these files to \templates\ot_dulcet\fonts\ directory:
- cantarell-regular.woff2
- cantarell-regular.eot
- cantarell-regular.svg
- cantarell-regular.ttf
- cantarell-regular.woff
4. I added these CSS lines to Custom CSS filed in Advanced section:
@font-face {
font-family: 'CantarellRegular';
src: url('../fonts/cantarell-regular.eot');
src: url('../fonts/cantarell-regular.eot') format('embedded-opentype'),
url('../fonts/cantarell-regular.woff2') format('woff2'),
url('../fonts/cantarell-regular.woff') format('woff'),
url('../fonts/cantarell-regular.ttf') format('truetype'),
url('../fonts/cantarell-regular.svg#CantarellRegular') format('svg');
}
body {font: 12px/18px CantarellRegular !important;}
h1, h2, h3, h4, h5, h6 {font-family: CantarellRegular !important;}
I refreshed my site, but the Cantarell webfont didn't appear. Any idea?
This image is hidden for guests. Please log in or register to see it.