main/public_html/css/font-loader.css

46 lines
763 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;
}