12 lines
403 B
CSS
12 lines
403 B
CSS
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/fonts/montserrat-regular.ttf) format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/fonts/montserrat-bold.ttf) format('truetype');
|
|
}
|