1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
- font-style: normal;
- font-weight: normal;
- }
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
- font-style: normal;
- font-weight: bold;
- }
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-Light.ttf');
- font-style: normal;
- font-weight: 300;
- }
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
- font-style: normal;
- font-weight: 500;
- }
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
- font-style: normal;
- font-weight: 600;
- }
- @font-face {
- font-family: 'Montserrat';
- src: url('../fonts/Montserrat/Montserrat-Italic.ttf');
- font-style: italic;
- font-weight: normal;
- }
|