Adds README, CSS and JSON files

This commit is contained in:
Miguel Sousa
2014-08-27 11:44:16 -07:00
parent 5599e55b3f
commit 59bd47da27
3 changed files with 112 additions and 0 deletions

77
source-code-pro.css Executable file
View File

@@ -0,0 +1,77 @@
@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');
}