2018-02-26 10:41:52 +01:00
|
|
|
/*
|
|
|
|
* Here are the font definitions.
|
|
|
|
* You can modify it or create your own and make it loaded
|
|
|
|
* after this one in the HTML header section of the index.html
|
|
|
|
* template file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
2018-02-26 19:53:06 +01:00
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url(/static/fonts/RobotoCondensed-Regular.ttf) format('truetype');
|
2018-02-26 10:41:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2018-02-26 19:53:06 +01:00
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: url(/static/fonts/RobotoCondensed-Bold.ttf) format('truetype');
|
2018-02-26 10:41:52 +01:00
|
|
|
}
|