2016-03-22 16:58:29 -04:00
|
|
|
// Disabling "SpaceAfterPropertyColon" linter because the linter doesn't like
|
|
|
|
// the way the `src` property is formatted in this file.
|
|
|
|
// scss-lint:disable SpaceAfterPropertyColon
|
|
|
|
|
2015-09-04 05:17:07 -04:00
|
|
|
/* latin-ext */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
2016-01-14 17:33:21 -05:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro Light'),
|
|
|
|
local('SourceSansPro-Light'),
|
|
|
|
font-url('SourceSansPro-Light.ttf.woff2') format('woff2'),
|
|
|
|
font-url('SourceSansPro-Light.ttf.woff') format('woff');
|
2015-09-04 05:17:07 -04:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2016-01-14 17:33:21 -05:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro'),
|
|
|
|
local('SourceSansPro-Regular'),
|
|
|
|
font-url('SourceSansPro-Regular.ttf.woff2') format('woff2'),
|
|
|
|
font-url('SourceSansPro-Regular.ttf.woff') format('woff');
|
2015-09-04 05:17:07 -04:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2016-01-14 17:33:21 -05:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro Semibold'),
|
|
|
|
local('SourceSansPro-Semibold'),
|
|
|
|
font-url('SourceSansPro-Semibold.ttf.woff2') format('woff2'),
|
|
|
|
font-url('SourceSansPro-Semibold.ttf.woff') format('woff');
|
2015-09-04 05:17:07 -04:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2016-01-14 17:33:21 -05:00
|
|
|
src:
|
|
|
|
local('Source Sans Pro Bold'),
|
|
|
|
local('SourceSansPro-Bold'),
|
|
|
|
font-url('SourceSansPro-Bold.ttf.woff2') format('woff2'),
|
|
|
|
font-url('SourceSansPro-Bold.ttf.woff') format('woff');
|
2015-09-04 05:17:07 -04:00
|
|
|
}
|