2016-04-14 00:28:44 +02:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
|
2016-05-11 01:51:49 +02:00
|
|
|
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
|
|
|
|
|
|
|
|
@font-face {
|
2016-06-23 00:31:02 +02:00
|
|
|
font-family: 'Montserrat Regular';
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
|
2016-05-11 01:51:49 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2016-06-30 21:43:28 +02:00
|
|
|
font-size: 'small';
|
2016-05-11 01:51:49 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2016-06-23 00:31:02 +02:00
|
|
|
font-family: 'Montserrat Bold';
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Bold.woff') format('woff');
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
|
2016-05-11 01:51:49 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2016-06-30 21:43:28 +02:00
|
|
|
|
|
|
|
@font-face {
|
2016-07-06 00:39:51 +02:00
|
|
|
font-family: 'Montserrat Light';
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Light.woff') format('woff');
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat UltraLight';
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.woff') format('woff');
|
|
|
|
src: url('/fonts/Montserrat/Montserrat-UltraLight.ttf') format('truetype');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2016-06-30 21:43:28 +02:00
|
|
|
}
|