2014-03-06 20:28:24 +01:00
|
|
|
/**
|
|
|
|
* @provides font-source-sans-pro
|
2015-03-11 19:52:27 +01:00
|
|
|
* @requires phui-fontkit-css
|
2014-03-06 20:28:24 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Source Sans Pro'),
|
|
|
|
local('SourceSansPro-Regular'),
|
2015-01-29 23:48:41 +01:00
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-Regular.woff2)
|
|
|
|
format('woff2'),
|
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro.woff)
|
|
|
|
format('woff');
|
2014-03-06 20:28:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
2015-04-28 16:19:16 +02:00
|
|
|
font-weight: 600;
|
|
|
|
src: local('Source Sans Pro Semibold'),
|
|
|
|
local('SourceSansPro-Semibold'),
|
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-Semibold.woff2)
|
2015-01-29 23:48:41 +01:00
|
|
|
format('woff2'),
|
2015-04-28 16:19:16 +02:00
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-Semibold.woff)
|
2015-01-29 23:48:41 +01:00
|
|
|
format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: italic;
|
|
|
|
font-stretch: normal;
|
|
|
|
src: local('Source Sans Pro It'),
|
|
|
|
local('SourceSansPro-It'),
|
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-It.woff2)
|
|
|
|
format('woff2'),
|
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-It.woff)
|
|
|
|
format('woff');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face{
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-weight: 700;
|
|
|
|
font-style: italic;
|
|
|
|
font-stretch: normal;
|
2015-04-28 16:19:16 +02:00
|
|
|
src: local('Source Sans Pro Semibold It'),
|
|
|
|
local('SourceSansPro-SemiboldIt'),
|
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-SemiboldIt.woff2)
|
2015-01-29 23:48:41 +01:00
|
|
|
format('woff'),
|
2015-04-28 16:19:16 +02:00
|
|
|
url(/rsrc/externals/font/sourcesans/SourceSansPro-SemiboldIt.woff)
|
2015-01-29 23:48:41 +01:00
|
|
|
format('woff');
|
2014-03-06 20:28:24 +01:00
|
|
|
}
|