site-lexique/themes/default/static/css/font-sourcesanspro.css
Adrian Amaglio ec6a0099bd init
2023-02-21 23:53:30 +01:00

31 lines
705 B
CSS

@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 300;
src: url('../fonts/SourceSansPro-LightItalic.ttf');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: url('../fonts/SourceSansPro-Italic.ttf');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: url('../fonts/SourceSansPro-Light.ttf');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url('../fonts/SourceSansPro-Regular.ttf');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: url('/fonts/SourceSansPro-SemiBold.ttf');
}