├── LICENSE.md ├── OTF ├── SourceCodePro-Black.otf ├── SourceCodePro-BlackIt.otf ├── SourceCodePro-Bold.otf ├── SourceCodePro-BoldIt.otf ├── SourceCodePro-ExtraLight.otf ├── SourceCodePro-ExtraLightIt.otf ├── SourceCodePro-It.otf ├── SourceCodePro-Light.otf ├── SourceCodePro-LightIt.otf ├── SourceCodePro-Medium.otf ├── SourceCodePro-MediumIt.otf ├── SourceCodePro-Regular.otf ├── SourceCodePro-Semibold.otf └── SourceCodePro-SemiboldIt.otf ├── README.md ├── TTF ├── SourceCodePro-Black.ttf ├── SourceCodePro-BlackIt.ttf ├── SourceCodePro-Bold.ttf ├── SourceCodePro-BoldIt.ttf ├── SourceCodePro-ExtraLight.ttf ├── SourceCodePro-ExtraLightIt.ttf ├── SourceCodePro-It.ttf ├── SourceCodePro-Light.ttf ├── SourceCodePro-LightIt.ttf ├── SourceCodePro-Medium.ttf ├── SourceCodePro-MediumIt.ttf ├── SourceCodePro-Regular.ttf ├── SourceCodePro-Semibold.ttf └── SourceCodePro-SemiboldIt.ttf ├── VF ├── SourceCodeVF-Italic.otf ├── SourceCodeVF-Italic.ttf ├── SourceCodeVF-Upright.otf └── SourceCodeVF-Upright.ttf ├── WOFF ├── OTF │ ├── SourceCodePro-Black.otf.woff │ ├── SourceCodePro-BlackIt.otf.woff │ ├── SourceCodePro-Bold.otf.woff │ ├── SourceCodePro-BoldIt.otf.woff │ ├── SourceCodePro-ExtraLight.otf.woff │ ├── SourceCodePro-ExtraLightIt.otf.woff │ ├── SourceCodePro-It.otf.woff │ ├── SourceCodePro-Light.otf.woff │ ├── SourceCodePro-LightIt.otf.woff │ ├── SourceCodePro-Medium.otf.woff │ ├── SourceCodePro-MediumIt.otf.woff │ ├── SourceCodePro-Regular.otf.woff │ ├── SourceCodePro-Semibold.otf.woff │ └── SourceCodePro-SemiboldIt.otf.woff ├── TTF │ ├── SourceCodePro-Black.ttf.woff │ ├── SourceCodePro-BlackIt.ttf.woff │ ├── SourceCodePro-Bold.ttf.woff │ ├── SourceCodePro-BoldIt.ttf.woff │ ├── SourceCodePro-ExtraLight.ttf.woff │ ├── SourceCodePro-ExtraLightIt.ttf.woff │ ├── SourceCodePro-It.ttf.woff │ ├── SourceCodePro-Light.ttf.woff │ ├── SourceCodePro-LightIt.ttf.woff │ ├── SourceCodePro-Medium.ttf.woff │ ├── SourceCodePro-MediumIt.ttf.woff │ ├── SourceCodePro-Regular.ttf.woff │ ├── SourceCodePro-Semibold.ttf.woff │ └── SourceCodePro-SemiboldIt.ttf.woff └── VF │ ├── SourceCodeVF-Italic.otf.woff │ ├── SourceCodeVF-Italic.ttf.woff │ ├── SourceCodeVF-Upright.otf.woff │ └── SourceCodeVF-Upright.ttf.woff ├── WOFF2 ├── OTF │ ├── SourceCodePro-Black.otf.woff2 │ ├── SourceCodePro-BlackIt.otf.woff2 │ ├── SourceCodePro-Bold.otf.woff2 │ ├── SourceCodePro-BoldIt.otf.woff2 │ ├── SourceCodePro-ExtraLight.otf.woff2 │ ├── SourceCodePro-ExtraLightIt.otf.woff2 │ ├── SourceCodePro-It.otf.woff2 │ ├── SourceCodePro-Light.otf.woff2 │ ├── SourceCodePro-LightIt.otf.woff2 │ ├── SourceCodePro-Medium.otf.woff2 │ ├── SourceCodePro-MediumIt.otf.woff2 │ ├── SourceCodePro-Regular.otf.woff2 │ ├── SourceCodePro-Semibold.otf.woff2 │ ├── SourceCodePro-SemiboldIt.otf.woff2 │ ├── SourceCodeVF-Italic.otf.woff2 │ └── SourceCodeVF-Upright.otf.woff2 ├── TTF │ ├── SourceCodePro-Black.ttf.woff2 │ ├── SourceCodePro-BlackIt.ttf.woff2 │ ├── SourceCodePro-Bold.ttf.woff2 │ ├── SourceCodePro-BoldIt.ttf.woff2 │ ├── SourceCodePro-ExtraLight.ttf.woff2 │ ├── SourceCodePro-ExtraLightIt.ttf.woff2 │ ├── SourceCodePro-It.ttf.woff2 │ ├── SourceCodePro-Light.ttf.woff2 │ ├── SourceCodePro-LightIt.ttf.woff2 │ ├── SourceCodePro-Medium.ttf.woff2 │ ├── SourceCodePro-MediumIt.ttf.woff2 │ ├── SourceCodePro-Regular.ttf.woff2 │ ├── SourceCodePro-Semibold.ttf.woff2 │ ├── SourceCodePro-SemiboldIt.ttf.woff2 │ ├── SourceCodeVF-Italic.ttf.woff2 │ └── SourceCodeVF-Upright.ttf.woff2 └── VF │ ├── SourceCodeVF-Italic.otf.woff2 │ ├── SourceCodeVF-Italic.ttf.woff2 │ ├── SourceCodeVF-Upright.otf.woff2 │ └── SourceCodeVF-Upright.ttf.woff2 ├── package.json ├── source-code-pro.css └── source-code-variable.css /LICENSE.md: -------------------------------------------------------------------------------- 1 | © 2023 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide 14 | development of collaborative font projects, to support the font creation 15 | efforts of academic and linguistic communities, and to provide a free and 16 | open framework in which fonts may be shared and improved in partnership 17 | with others. 18 | 19 | The OFL allows the licensed fonts to be used, studied, modified and 20 | redistributed freely as long as they are not sold by themselves. The 21 | fonts, including any derivative works, can be bundled, embedded, 22 | redistributed and/or sold with any software provided that any reserved 23 | names are not used by derivative works. The fonts and derivatives, 24 | however, cannot be released under any other type of license. The 25 | requirement for fonts to remain under this license does not apply 26 | to any document created using the fonts or their derivatives. 27 | 28 | DEFINITIONS 29 | "Font Software" refers to the set of files released by the Copyright 30 | Holder(s) under this license and clearly marked as such. This may 31 | include source files, build scripts and documentation. 32 | 33 | "Reserved Font Name" refers to any names specified as such after the 34 | copyright statement(s). 35 | 36 | "Original Version" refers to the collection of Font Software components as 37 | distributed by the Copyright Holder(s). 38 | 39 | "Modified Version" refers to any derivative made by adding to, deleting, 40 | or substituting -- in part or in whole -- any of the components of the 41 | Original Version, by changing formats or by porting the Font Software to a 42 | new environment. 43 | 44 | "Author" refers to any designer, engineer, programmer, technical 45 | writer or other person who contributed to the Font Software. 46 | 47 | PERMISSION & CONDITIONS 48 | Permission is hereby granted, free of charge, to any person obtaining 49 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 50 | redistribute, and sell modified and unmodified copies of the Font 51 | Software, subject to the following conditions: 52 | 53 | 1) Neither the Font Software nor any of its individual components, 54 | in Original or Modified Versions, may be sold by itself. 55 | 56 | 2) Original or Modified Versions of the Font Software may be bundled, 57 | redistributed and/or sold with any software, provided that each copy 58 | contains the above copyright notice and this license. These can be 59 | included either as stand-alone text files, human-readable headers or 60 | in the appropriate machine-readable metadata fields within text or 61 | binary files as long as those fields can be easily viewed by the user. 62 | 63 | 3) No Modified Version of the Font Software may use the Reserved Font 64 | Name(s) unless explicit written permission is granted by the corresponding 65 | Copyright Holder. This restriction only applies to the primary font name as 66 | presented to the users. 67 | 68 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 69 | Software shall not be used to promote, endorse or advertise any 70 | Modified Version, except to acknowledge the contribution(s) of the 71 | Copyright Holder(s) and the Author(s) or with their explicit written 72 | permission. 73 | 74 | 5) The Font Software, modified or unmodified, in part or in whole, 75 | must be distributed entirely under this license, and must not be 76 | distributed under any other license. The requirement for fonts to 77 | remain under this license does not apply to any document created 78 | using the Font Software. 79 | 80 | TERMINATION 81 | This license becomes null and void if any of the above conditions are 82 | not met. 83 | 84 | DISCLAIMER 85 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 86 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 87 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 88 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 89 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 90 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 91 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 92 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 93 | OTHER DEALINGS IN THE FONT SOFTWARE. 94 | -------------------------------------------------------------------------------- /OTF/SourceCodePro-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Black.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-BlackIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-BlackIt.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Bold.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-BoldIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-BoldIt.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-ExtraLight.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-ExtraLightIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-ExtraLightIt.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-It.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-It.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Light.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-LightIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-LightIt.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Medium.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-MediumIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-MediumIt.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Regular.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-Semibold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-Semibold.otf -------------------------------------------------------------------------------- /OTF/SourceCodePro-SemiboldIt.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/OTF/SourceCodePro-SemiboldIt.otf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Source Code Pro 2 | 3 | [Source Code Pro](http://adobe-fonts.github.io/source-code-pro/) 4 | is a set of OpenType fonts that have been designed to work well 5 | in user interface (UI) environments. 6 | 7 | ## Open source files 8 | 9 | The fonts' source files and build instructions are available in the [repository's `main` branch](https://github.com/adobe-fonts/source-code-pro/tree/main). 10 | 11 | ## Getting involved 12 | 13 | [Open an issue](https://github.com/adobe-fonts/source-code-pro/issues) or send a suggestion to Source Code's designer [Paul D. Hunt](mailto:opensourcefonts@adobe.com?subject=[GitHub]%20Source%20Code%20Pro), for consideration. 14 | 15 | ## Releases 16 | 17 | * [Latest release](../../releases/latest) 18 | * [All releases](../../releases) 19 | -------------------------------------------------------------------------------- /TTF/SourceCodePro-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Black.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-BlackIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-BlackIt.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Bold.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-BoldIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-BoldIt.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-ExtraLight.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-ExtraLightIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-ExtraLightIt.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-It.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-It.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Light.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-LightIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-LightIt.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Medium.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-MediumIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-MediumIt.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Regular.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-Semibold.ttf -------------------------------------------------------------------------------- /TTF/SourceCodePro-SemiboldIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/TTF/SourceCodePro-SemiboldIt.ttf -------------------------------------------------------------------------------- /VF/SourceCodeVF-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/VF/SourceCodeVF-Italic.otf -------------------------------------------------------------------------------- /VF/SourceCodeVF-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/VF/SourceCodeVF-Italic.ttf -------------------------------------------------------------------------------- /VF/SourceCodeVF-Upright.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/VF/SourceCodeVF-Upright.otf -------------------------------------------------------------------------------- /VF/SourceCodeVF-Upright.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/VF/SourceCodeVF-Upright.ttf -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Black.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Black.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-BlackIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-BlackIt.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Bold.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Bold.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-BoldIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-BoldIt.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-ExtraLight.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-ExtraLight.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-It.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-It.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Light.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Light.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-LightIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-LightIt.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Medium.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Medium.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-MediumIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-MediumIt.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Regular.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Regular.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-Semibold.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-Semibold.otf.woff -------------------------------------------------------------------------------- /WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Black.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Black.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-BlackIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-BlackIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Bold.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Bold.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-BoldIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-BoldIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-ExtraLight.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-ExtraLight.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-ExtraLightIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-ExtraLightIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-It.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-It.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Light.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Light.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-LightIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-LightIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Medium.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Medium.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-MediumIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-MediumIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Regular.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Regular.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-Semibold.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-Semibold.ttf.woff -------------------------------------------------------------------------------- /WOFF/TTF/SourceCodePro-SemiboldIt.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/TTF/SourceCodePro-SemiboldIt.ttf.woff -------------------------------------------------------------------------------- /WOFF/VF/SourceCodeVF-Italic.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/VF/SourceCodeVF-Italic.otf.woff -------------------------------------------------------------------------------- /WOFF/VF/SourceCodeVF-Italic.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/VF/SourceCodeVF-Italic.ttf.woff -------------------------------------------------------------------------------- /WOFF/VF/SourceCodeVF-Upright.otf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/VF/SourceCodeVF-Upright.otf.woff -------------------------------------------------------------------------------- /WOFF/VF/SourceCodeVF-Upright.ttf.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF/VF/SourceCodeVF-Upright.ttf.woff -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Black.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Black.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-BlackIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-BlackIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Bold.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Bold.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-BoldIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-BoldIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-ExtraLight.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-ExtraLight.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-ExtraLightIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-ExtraLightIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-It.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-It.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Light.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Light.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-LightIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-LightIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Medium.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Medium.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-MediumIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-MediumIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Regular.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Regular.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-Semibold.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-Semibold.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodePro-SemiboldIt.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodePro-SemiboldIt.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodeVF-Italic.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodeVF-Italic.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/OTF/SourceCodeVF-Upright.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/OTF/SourceCodeVF-Upright.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Black.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Black.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Bold.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-It.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-It.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Light.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Light.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Medium.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Regular.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodeVF-Italic.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodeVF-Italic.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/TTF/SourceCodeVF-Upright.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/TTF/SourceCodeVF-Upright.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/VF/SourceCodeVF-Italic.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/VF/SourceCodeVF-Italic.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/VF/SourceCodeVF-Italic.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/VF/SourceCodeVF-Italic.ttf.woff2 -------------------------------------------------------------------------------- /WOFF2/VF/SourceCodeVF-Upright.otf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/VF/SourceCodeVF-Upright.otf.woff2 -------------------------------------------------------------------------------- /WOFF2/VF/SourceCodeVF-Upright.ttf.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adobe-fonts/source-code-pro/208d9ac7a6827ceb51ea2dc635794839d9659e52/WOFF2/VF/SourceCodeVF-Upright.ttf.woff2 -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "source-code-pro", 3 | "version": "2.38.0", 4 | "description": "Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.", 5 | "keywords": [ 6 | "font", 7 | "sans-serif", 8 | "monospace", 9 | "Adobe", 10 | "OpenType", 11 | "otf", 12 | "ttf", 13 | "woff", 14 | "woff2", 15 | "variable" 16 | ], 17 | "homepage": "https://adobe-fonts.github.io/source-code-pro", 18 | "bugs": { 19 | "url": "https://github.com/adobe-fonts/source-code-pro/issues" 20 | }, 21 | "license": "OFL-1.1", 22 | "author": "Paul D. Hunt", 23 | "contributors": [ 24 | { 25 | "name": "Teo Tuominen" 26 | }, 27 | { 28 | "name": "Frank Grießhammer" 29 | }, 30 | { 31 | "name": "Miguel Sousa" 32 | } 33 | ], 34 | "repository": { 35 | "type": "git", 36 | "url": "git+https://github.com/adobe-fonts/source-code-pro.git#release" 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /source-code-pro.css: -------------------------------------------------------------------------------- 1 | @font-face{ 2 | font-family: 'Source Code Pro'; 3 | font-weight: 200; 4 | font-style: normal; 5 | font-stretch: normal; 6 | src: url('./WOFF2/TTF/SourceCodePro-ExtraLight.ttf.woff2') format('woff2'), 7 | url('./WOFF/OTF/SourceCodePro-ExtraLight.otf.woff') format('woff'), 8 | url('./OTF/SourceCodePro-ExtraLight.otf') format('opentype'), 9 | url('./TTF/SourceCodePro-ExtraLight.ttf') format('truetype'); 10 | } 11 | 12 | @font-face{ 13 | font-family: 'Source Code Pro'; 14 | font-weight: 200; 15 | font-style: italic; 16 | font-stretch: normal; 17 | src: url('./WOFF2/TTF/SourceCodePro-ExtraLightIt.ttf.woff2') format('woff2'), 18 | url('./WOFF/OTF/SourceCodePro-ExtraLightIt.otf.woff') format('woff'), 19 | url('./OTF/SourceCodePro-ExtraLightIt.otf') format('opentype'), 20 | url('./TTF/SourceCodePro-ExtraLightIt.ttf') format('truetype'); 21 | } 22 | 23 | @font-face{ 24 | font-family: 'Source Code Pro'; 25 | font-weight: 300; 26 | font-style: normal; 27 | font-stretch: normal; 28 | src: url('./WOFF2/TTF/SourceCodePro-Light.ttf.woff2') format('woff2'), 29 | url('./WOFF/OTF/SourceCodePro-Light.otf.woff') format('woff'), 30 | url('./OTF/SourceCodePro-Light.otf') format('opentype'), 31 | url('./TTF/SourceCodePro-Light.ttf') format('truetype'); 32 | } 33 | 34 | @font-face{ 35 | font-family: 'Source Code Pro'; 36 | font-weight: 300; 37 | font-style: italic; 38 | font-stretch: normal; 39 | src: url('./WOFF2/TTF/SourceCodePro-LightIt.ttf.woff2') format('woff2'), 40 | url('./WOFF/OTF/SourceCodePro-LightIt.otf.woff') format('woff'), 41 | url('./OTF/SourceCodePro-LightIt.otf') format('opentype'), 42 | url('./TTF/SourceCodePro-LightIt.ttf') format('truetype'); 43 | } 44 | 45 | @font-face{ 46 | font-family: 'Source Code Pro'; 47 | font-weight: 400; 48 | font-style: normal; 49 | font-stretch: normal; 50 | src: url('./WOFF2/TTF/SourceCodePro-Regular.ttf.woff2') format('woff2'), 51 | url('./WOFF/OTF/SourceCodePro-Regular.otf.woff') format('woff'), 52 | url('./OTF/SourceCodePro-Regular.otf') format('opentype'), 53 | url('./TTF/SourceCodePro-Regular.ttf') format('truetype'); 54 | } 55 | 56 | @font-face{ 57 | font-family: 'Source Code Pro'; 58 | font-weight: 400; 59 | font-style: italic; 60 | font-stretch: normal; 61 | src: url('./WOFF2/TTF/SourceCodePro-It.ttf.woff2') format('woff2'), 62 | url('./WOFF/OTF/SourceCodePro-It.otf.woff') format('woff'), 63 | url('./OTF/SourceCodePro-It.otf') format('opentype'), 64 | url('./TTF/SourceCodePro-It.ttf') format('truetype'); 65 | } 66 | 67 | @font-face{ 68 | font-family: 'Source Code Pro'; 69 | font-weight: 500; 70 | font-style: normal; 71 | font-stretch: normal; 72 | src: url('./WOFF2/TTF/SourceCodePro-Medium.ttf.woff2') format('woff2'), 73 | url('./WOFF/OTF/SourceCodePro-Medium.otf.woff') format('woff'), 74 | url('./OTF/SourceCodePro-Medium.otf') format('opentype'), 75 | url('./TTF/SourceCodePro-Medium.ttf') format('truetype'); 76 | } 77 | 78 | @font-face{ 79 | font-family: 'Source Code Pro'; 80 | font-weight: 500; 81 | font-style: italic; 82 | font-stretch: normal; 83 | src: url('./WOFF2/TTF/SourceCodePro-MediumIt.ttf.woff2') format('woff2'), 84 | url('./WOFF/OTF/SourceCodePro-MediumIt.otf.woff') format('woff'), 85 | url('./OTF/SourceCodePro-MediumIt.otf') format('opentype'), 86 | url('./TTF/SourceCodePro-MediumIt.ttf') format('truetype'); 87 | } 88 | 89 | @font-face{ 90 | font-family: 'Source Code Pro'; 91 | font-weight: 600; 92 | font-style: normal; 93 | font-stretch: normal; 94 | src: url('./WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2') format('woff2'), 95 | url('./WOFF/OTF/SourceCodePro-Semibold.otf.woff') format('woff'), 96 | url('./OTF/SourceCodePro-Semibold.otf') format('opentype'), 97 | url('./TTF/SourceCodePro-Semibold.ttf') format('truetype'); 98 | } 99 | 100 | @font-face{ 101 | font-family: 'Source Code Pro'; 102 | font-weight: 600; 103 | font-style: italic; 104 | font-stretch: normal; 105 | src: url('./WOFF2/TTF/SourceCodePro-SemiboldIt.ttf.woff2') format('woff2'), 106 | url('./WOFF/OTF/SourceCodePro-SemiboldIt.otf.woff') format('woff'), 107 | url('./OTF/SourceCodePro-SemiboldIt.otf') format('opentype'), 108 | url('./TTF/SourceCodePro-SemiboldIt.ttf') format('truetype'); 109 | } 110 | 111 | @font-face{ 112 | font-family: 'Source Code Pro'; 113 | font-weight: 700; 114 | font-style: normal; 115 | font-stretch: normal; 116 | src: url('./WOFF2/TTF/SourceCodePro-Bold.ttf.woff2') format('woff2'), 117 | url('./WOFF/OTF/SourceCodePro-Bold.otf.woff') format('woff'), 118 | url('./OTF/SourceCodePro-Bold.otf') format('opentype'), 119 | url('./TTF/SourceCodePro-Bold.ttf') format('truetype'); 120 | } 121 | 122 | @font-face{ 123 | font-family: 'Source Code Pro'; 124 | font-weight: 700; 125 | font-style: italic; 126 | font-stretch: normal; 127 | src: url('./WOFF2/TTF/SourceCodePro-BoldIt.ttf.woff2') format('woff2'), 128 | url('./WOFF/OTF/SourceCodePro-BoldIt.otf.woff') format('woff'), 129 | url('./OTF/SourceCodePro-BoldIt.otf') format('opentype'), 130 | url('./TTF/SourceCodePro-BoldIt.ttf') format('truetype'); 131 | } 132 | 133 | @font-face{ 134 | font-family: 'Source Code Pro'; 135 | font-weight: 900; 136 | font-style: normal; 137 | font-stretch: normal; 138 | src: url('./WOFF2/TTF/SourceCodePro-Black.ttf.woff2') format('woff2'), 139 | url('./WOFF/OTF/SourceCodePro-Black.otf.woff') format('woff'), 140 | url('./OTF/SourceCodePro-Black.otf') format('opentype'), 141 | url('./TTF/SourceCodePro-Black.ttf') format('truetype'); 142 | } 143 | 144 | @font-face{ 145 | font-family: 'Source Code Pro'; 146 | font-weight: 900; 147 | font-style: italic; 148 | font-stretch: normal; 149 | src: url('./WOFF2/TTF/SourceCodePro-BlackIt.ttf.woff2') format('woff2'), 150 | url('./WOFF/OTF/SourceCodePro-BlackIt.otf.woff') format('woff'), 151 | url('./OTF/SourceCodePro-BlackIt.otf') format('opentype'), 152 | url('./TTF/SourceCodePro-BlackIt.ttf') format('truetype'); 153 | } 154 | -------------------------------------------------------------------------------- /source-code-variable.css: -------------------------------------------------------------------------------- 1 | @font-face{ 2 | font-family: 'Source Code VF'; 3 | font-weight: 200 900; 4 | font-style: normal; 5 | font-stretch: normal; 6 | src: url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2-variations'), 7 | url('./WOFF2/VF/SourceCodeVF-Upright.ttf.woff2') format('woff2 supports variations'), 8 | url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff-variations'), 9 | url('./WOFF/VF/SourceCodeVF-Upright.ttf.woff') format('woff supports variations'), 10 | url('./VF/SourceCodeVF-Upright.ttf') format('truetype-variations'); 11 | url('./VF/SourceCodeVF-Upright.ttf') format('truetype supports variations'); 12 | } 13 | 14 | @font-face{ 15 | font-family: 'Source Code VF'; 16 | font-weight: 200 900; 17 | font-style: italic; 18 | font-stretch: normal; 19 | src: url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2-variations'), 20 | url('./WOFF2/VF/SourceCodeVF-Italic.ttf.woff2') format('woff2 supports variations'), 21 | url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff-variations'), 22 | url('./WOFF/VF/SourceCodeVF-Italic.ttf.woff') format('woff supports variations'), 23 | url('./VF/SourceCodeVF-Italic.ttf') format('truetype-variations'); 24 | url('./VF/SourceCodeVF-Italic.ttf') format('truetype supports variations'); 25 | } 26 | --------------------------------------------------------------------------------