/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 9, 2016, 3:47:21 PM
    Author     : zarkov
*/
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-Bold.ttf");
    font-weight:bold;
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-Light.otf");
    font-weight:300;
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-Medium.otf");
    font-weight:400;
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-SemiBold.otf");
    font-weight:600;
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-Thin.otf");
    font-weight:100;
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-regular.ttf");
}
@font-face {
    font-family: 'Montserat';
    src: url("Montserrat-ExtraBold.otf");
    font-weight:bolder;
}


