Problems with adding a new font

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:

Agustín E. Bolzán || Photography
Agustín E. Bolzán || Fotografía

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

might be the three dots in the url instead of just two. when in doubt, use the full url to the resource.

If that’s not it, can you share a link to your site?

In what part of the template are you adding your font? Just the Headings section of Typography?
A screen shot might help

Please, forget what I wrote…I don’t know why, but in this moment, this morning, the Head of the site displays the correct (BrunoACeSC) font…I have to check if this is casual or something strange happened last evening with the server…I will check with some other fonts…I let you know if the problem has been solved…
Thanks Rod!!

Agustin