You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
477 B
12 lines
477 B
8 years ago
|
@font-face {
|
||
|
font-family: 'Montserrat';
|
||
|
src: local('Montserrat');
|
||
|
src: url('../fonts/montserrat/Montserrat-Regular.eot');
|
||
|
src: url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
|
||
|
url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
|
||
|
url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),
|
||
|
url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|