main/public_html/css/font-loader.css

59 lines
937 B
CSS

@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;
}
/* LIBERATION MONO */
/* regular */
@font-face {
font-family: 'Liberation Mono';
src: url('/font/LiberationMono_Rg.ttf');
font-weight: normal;
font-style: normal;
}