site-gypsy/themes/default/static/css/font-sourcesanspro.css
Adrian Amaglio 83ca85dac0 init
2023-03-02 08:57:42 +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');
}