2013-11-17 15:49:46 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
2013-11-22 11:40:50 +00:00
|
|
|
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('<%= asset_path("SourceSansPro-Light.ttf") %>') format('truetype');
|
2013-11-17 15:49:46 +00:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2013-11-22 11:40:50 +00:00
|
|
|
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('<%= asset_path("SourceSansPro-Regular.ttf") %>') format('truetype');
|
2013-11-17 15:49:46 +00:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2013-11-22 11:31:05 +00:00
|
|
|
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('<%= asset_path("SourceSansPro-Semibold.ttf") %>') format('truetype');
|
2013-11-17 15:49:46 +00:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2013-11-22 11:31:05 +00:00
|
|
|
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('<%= asset_path("SourceSansPro-Bold.ttf") %>') format('truetype');
|
2013-11-17 15:49:46 +00:00
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2013-11-22 11:31:05 +00:00
|
|
|
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('<%= asset_path("SourceSansPro-Italic.ttf") %>') format('truetype');
|
2013-11-17 15:49:46 +00:00
|
|
|
}
|