Hi I have a trouble with changing font-family. I have local font I need to use it. But is doesn’t work, what I missing?
>Solution :
It seems you added an additional : after @font-face. You should use it like this:
@font-face {
font-family: 'font-name';
src: url('url');
...
}