Hi
1- We added the GOTHIC.TTF file in the /httpdocs/templates/shaper_helixultimate/fonts folder
2- in the JCE profile plugin parameters / fonts family select we added Century Gothic / gothic entry
3-in the /httpdocs/templates/shaper_helixultimate/css/custom.css file we added the following lines :
@font-face {
font-family: 'Century Gothic'; // name of the font here
src: url('../fonts/GOTHIC.TTF') format('ttf'); // path to the font relative to the template.css file
font-weight: normal;
font-style: normal;
}
PS: We also tried with font-family: 'gothic';
4- in the back end article editor we can select the Century Gothic font which gives :
<p><span style="font-size: 36pt; font-family: gothic;">Century Gothic test</span></p>
5- however in the front end (as in the back end) the text is not using the gothic font.
What did I forget please?
thanks
cyril