2018-02-26 20:41:52 +11: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-27 05:53:06 +11:00
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url(/static/fonts/RobotoCondensed-Regular.ttf) format('truetype');
|
2018-02-26 20:41:52 +11:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2018-02-27 05:53:06 +11:00
|
|
|
font-family: 'Roboto Condensed';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: url(/static/fonts/RobotoCondensed-Bold.ttf) format('truetype');
|
2018-02-26 20:41:52 +11:00
|
|
|
}
|