2014-03-06 20:28:24 +01:00
|
|
|
/**
|
|
|
|
* @provides font-source-sans-pro
|
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Source Sans Pro'),
|
|
|
|
local('SourceSansPro-Regular'),
|
2014-04-18 02:31:23 +02:00
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro.woff)
|
2014-03-06 20:28:24 +01:00
|
|
|
format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Source Sans Pro Bold'),
|
|
|
|
local('SourceSansPro-Bold'),
|
2014-04-18 02:31:23 +02:00
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansProBold.woff)
|
2014-03-06 20:28:24 +01:00
|
|
|
format('woff');
|
|
|
|
}
|