@font-family working. What am I doing wrong here?
@font-face{
font-family: 'Montserrat';
src: url("../fonts/Montserrat-Bold.ttf") format("ttf"),
url("../fonts/Montserrat-Regular.ttf") format("ttf");
}
You can try a link tag too but this should work if you need to load a local font. I would check the paths
Обсуждают сегодня