mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2024-12-26 14:16:03 +01:00
107 lines
3.1 KiB
CSS
107 lines
3.1 KiB
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');
|
|
}
|