Thanks for answer...
I try this... but dont work (90% this is because of me), i am brazilian, english is not my first language, can u explain step by step?
I make download of font (Jura-Regular.ttf) and put in a folder near of story...
In stylesheet: i put this
@font-face {
font-family: my-font;
src: url("fonts/Jura-Regular.ttf");
}
and in passage:
<div class="font-face"> Text </div>
anything wrong?