2019-07-02 08:10:25 +01:00
|
|
|
// Roboto Regular
|
|
|
|
@font-face {
|
2020-01-24 21:18:17 +00:00
|
|
|
font-family: 'Roboto';
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
src: url('../fonts/roboto/roboto-regular-400.eot?#iefix');
|
|
|
|
src: url('../fonts/roboto/roboto-regular-400.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/roboto/roboto-regular-400.woff2') format('woff2'),
|
|
|
|
url('../fonts/roboto/roboto-regular-400.woff') format('woff'),
|
|
|
|
url('../fonts/roboto/roboto-regular-400.ttf') format('truetype'),
|
|
|
|
url('../fonts/roboto/roboto-regular-400.svg') format('svg');
|
|
|
|
}
|
2019-07-02 08:10:25 +01:00
|
|
|
|
|
|
|
// Roboto Light
|
|
|
|
@font-face {
|
2020-01-24 21:18:17 +00:00
|
|
|
font-family: 'Roboto';
|
|
|
|
font-weight: 300;
|
|
|
|
font-style: normal;
|
|
|
|
src: url('../fonts/roboto/roboto-light-300.eot?#iefix');
|
|
|
|
src: url('../fonts/roboto/roboto-light-300.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/roboto/roboto-light-300.woff2') format('woff2'),
|
|
|
|
url('../fonts/roboto/roboto-light-300.woff') format('woff'),
|
|
|
|
url('../fonts/roboto/roboto-light-300.ttf') format('truetype'),
|
|
|
|
url('../fonts/roboto/roboto-light-300.svg') format('svg');
|
|
|
|
}
|
2019-07-02 08:10:25 +01:00
|
|
|
|
|
|
|
// Roboto Bold
|
|
|
|
@font-face {
|
2020-01-24 21:18:17 +00:00
|
|
|
font-family: 'Roboto';
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: normal;
|
|
|
|
src: url('../fonts/roboto/roboto-bold-700.eot?#iefix');
|
|
|
|
src: url('../fonts/roboto/roboto-bold-700.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/roboto/roboto-bold-700.woff2') format('woff2'),
|
|
|
|
url('../fonts/roboto/roboto-bold-700.woff') format('woff'),
|
|
|
|
url('../fonts/roboto/roboto-bold-700.ttf') format('truetype'),
|
|
|
|
url('../fonts/roboto/roboto-bold-700.svg') format('svg');
|
|
|
|
}
|