22 lines
783 B
CSS
22 lines
783 B
CSS
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../../fonts/sourcesanspro/sourcesanspro-light.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../../fonts/sourcesanspro/sourcesanspro.woff') format('woff');
|
|
}
|
|
/*@font-face {*/
|
|
/* font-family: 'Source Sans Pro';*/
|
|
/* font-style: normal;*/
|
|
/* font-weight: 700;*/
|
|
/* font-display: swap;*/
|
|
/* src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../../fonts/sourcesanspro/sourcesanspro-bold.woff') format('woff');*/
|
|
/*}*/
|