mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-04-26 03:00:26 -04:00
78 lines
2.7 KiB
CSS
Executable File
78 lines
2.7 KiB
CSS
Executable File
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-ExtraLight.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-ExtraLight.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-ExtraLight.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-ExtraLight.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Light.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Light.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Light.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Light.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Regular.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Regular.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Regular.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Medium.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Medium.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Medium.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Medium.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Semibold.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Semibold.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Semibold.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Semibold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Bold.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Bold.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Bold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Code Pro';
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('EOT/SourceCodePro-Black.eot') format('embedded-opentype'),
|
|
url('WOFF/OTF/SourceCodePro-Black.otf.woff') format('woff'),
|
|
url('OTF/SourceCodePro-Black.otf') format('opentype'),
|
|
url('TTF/SourceCodePro-Black.ttf') format('truetype');
|
|
}
|
|
|