/* Обычный */
@font-face {
	font-family: 'Montserrat'; 
	src: url(Montserrat-Regular.ttf); 
}
 
/* Жирный */
@font-face {
	font-family: 'Montserrat bold'; 
	src: url(Montserrat-Bold.ttf); 
}