This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-01-26 06:06:40 -08:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat';
|
2017-04-21 09:09:05 -07:00
|
|
|
src: local('Montserrat');
|
2017-01-26 06:06:40 -08:00
|
|
|
src: font-url('montserrat/Montserrat-Regular.eot');
|
|
|
|
src: font-url('montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
|
|
|
|
font-url('montserrat/Montserrat-Regular.woff2') format('woff2'),
|
|
|
|
font-url('montserrat/Montserrat-Regular.woff') format('woff'),
|
|
|
|
font-url('montserrat/Montserrat-Regular.ttf') format('truetype');
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|