2017-12-01 14:46:09 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_Rg.ttf');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BOLD */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_Bd.ttf');
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* italic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_It.ttf');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* BOLD italic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_BdIt.ttf');
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* light */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_Lt.ttf');
|
|
|
|
font-weight: lighter;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* light italic */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Aller';
|
|
|
|
src: url('/font/Aller_LtIt.ttf');
|
|
|
|
font-weight: lighter;
|
|
|
|
font-style: italic;
|
2017-12-05 21:30:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* LIBERATION MONO */
|
|
|
|
|
|
|
|
/* regular */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Liberation Mono';
|
|
|
|
src: url('/font/LiberationMono_Rg.ttf');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2017-12-01 14:46:09 +00:00
|
|
|
}
|