source-sans
Version:
Source Sans is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.
108 lines (96 loc) • 3.17 kB
CSS
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
}