2016-02-03 02:22:45 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Montserrat-Regular'),
|
2018-04-06 01:46:22 +02:00
|
|
|
url(/font/Montserrat-Regular.woff2) format('woff2'),
|
2018-06-01 22:05:19 +02:00
|
|
|
url(/font/Montserrat-Regular.woff) format('woff');
|
2016-02-03 02:22:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Montserrat';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Montserrat-Bold'),
|
2018-04-06 01:46:22 +02:00
|
|
|
url(/font/Montserrat-Bold.woff2) format('woff2'),
|
2018-06-01 22:05:19 +02:00
|
|
|
url(/font/Montserrat-Bold.woff) format('woff');
|
2016-02-03 02:22:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2018-04-06 01:46:22 +02:00
|
|
|
src: local('Roboto Mono'), local('RobotoMono-Regular'),
|
|
|
|
url(/font/RobotoMono-Regular.woff2) format('woff2'),
|
2018-06-01 22:05:19 +02:00
|
|
|
url(/font/RobotoMono-Regular.woff) format('woff');
|
2016-02-03 02:22:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto Mono';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2018-04-06 01:46:22 +02:00
|
|
|
src: local('Roboto Mono Bold'), local('RobotoMono-Bold'),
|
|
|
|
url(/font/RobotoMono-Bold.woff2) format('woff2'),
|
2018-06-01 22:05:19 +02:00
|
|
|
url(/font/RobotoMono-Bold.woff) format('woff');
|
2016-02-03 02:22:45 +01:00
|
|
|
}
|