31 lines
705 B
CSS
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');
|
|
}
|