after reorganizing my website I wanted to use some different font in some places (using BL 6.4.1 and Pangoline template, by the way). For this purpose I did the following:
a) Downloaded the font BrunoAceSC-Regular.ttf
b) I created the webfont folder:
/public_html/backlight/custom/webfonts
and put there the corresponding .ttf file
c) modified my custom.css file as:
@font-face {
font-family: ‘BrunoAceSC’;
font-style: normal;
src:local(‘BrunoAceSc’), url(’…/webfonts/BrunoAceSC-Regular.ttf’) format(‘truetype’);}
.vegas-slide {
border:1px solid black;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
margin: 8px; //experiment with margin size
}
.vegas-container {
background-color: #E4E4E3;}
d) finally in the site title in the pangolin template I put:
In the Headings Font Properties the BrunoACeS
I also tried to use the font just for the Title, and in this case I wrote:
In both cases nothing happened.
I presume I misunderstood the instructions about how to use additional fonts, but I do not understand where I lost the way…any clue?
Agustin