cascadia-code

所属分类:hotest
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-06-21 01:56:18
上 传 者sh-1993
说明:  这是一种有趣的、新的等宽字体,包括编程连字,旨在增强现代外观和...
(This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.)

文件列表:
.azure-pipelines.yml (1293, 2022-05-16)
CODE_OF_CONDUCT.md (446, 2022-05-16)
FONTLOG.txt (2966, 2022-05-16)
LICENSE (4489, 2022-05-16)
OFL-FAQ.txt (58948, 2022-05-16)
SECURITY.md (2780, 2022-05-16)
build.py (21463, 2022-05-16)
doc/ (0, 2022-05-16)
doc/Arabic_KeyFeatures.pdf (102795, 2022-05-16)
doc/CONTRIBUTING.md (6073, 2022-05-16)
images/ (0, 2022-05-16)
images/arrow_support.png (204663, 2022-05-16)
images/cascadia-code-characters.png (612969, 2022-05-16)
images/cascadia-code-italic-characters.png (468390, 2022-05-16)
images/cascadia-code.png (51731, 2022-05-16)
images/intellij-ide-2019-font-settings.png (93372, 2022-05-16)
images/ligatures.png (509104, 2022-05-16)
images/new-issue-template.png (173579, 2022-05-16)
images/stylistic_set.png (304165, 2022-05-16)
images/vs2019-font-settings.png (87786, 2022-05-16)
images/vscode-ligature-settings.png (19253, 2022-05-16)
images/windows-terminal-preview-font-settings-json.png (83503, 2022-05-16)
images/windows-terminal-preview-font-settings.png (424036, 2022-05-16)
requirements.in (235, 2022-05-16)
requirements.txt (3658, 2022-05-16)
sources/ (0, 2022-05-16)
sources/CascadiaCode-Bold.ufo/ (0, 2022-05-16)
sources/CascadiaCode-Bold.ufo/features.fea (96086, 2022-05-16)
sources/CascadiaCode-Bold.ufo/fontinfo.plist (10240, 2022-05-16)
sources/CascadiaCode-Bold.ufo/glyphs.public.background/ (0, 2022-05-16)
sources/CascadiaCode-Bold.ufo/glyphs.public.background/allah-ar.glif (2764, 2022-05-16)
sources/CascadiaCode-Bold.ufo/glyphs.public.background/braceleft_bar.liga.glif (2201, 2022-05-16)
... ...

![Cascadia Code](https://github.com/microsoft/cascadia-code/blob/master/images/cascadia-code.png) # About Cascadia Code Cascadia is a fun new coding font that comes bundled with [Windows Terminal](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/microsoft/terminal), and is now the default font in Visual Studio as well. # Font Variants - `Cascadia Code`: standard version of Cascadia - `Cascadia Mono`: a version of Cascadia that doesn't have ligatures - `Cascadia (Code|Mono) PL`: a version of Cascadia that has embedded Powerline symbols For the italic, there is a standard `italic` and a `cursive` variant accessible via `ss01` (see [below](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/microsoft/cascadia-code/blob/main/README.md#to-enable-the-cursive-form-of-the-italic-heres-the-code-you-should-use)). # Font features ![Coding Ligatures](https://github.com/microsoft/cascadia-code/blob/master/images/ligatures.png) ![Arrow Support](https://github.com/microsoft/cascadia-code/blob/master/images/arrow_support.png) ![Stylistic Sets](https://github.com/microsoft/cascadia-code/blob/master/images/stylistic_set.png) Enabling stylistic sets will [vary between applications](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets). For example, in VS Code, you can enable stylistic sets (and other OpenType features) via `settings.json`: ``` "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'" ``` #### To enable the Cursive form of the italic, here's the code you should use: ``` "editor.fontLigatures": "'calt', 'ss01'", ``` If you're using an environment that does not support the `ss01` OT feature, one option to consider is [opentype-feature-freezer](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/twardoch/fonttools-opentype-feature-freezer/). # Character Sets ![Cascadia Code](https://github.com/microsoft/cascadia-code/blob/master/images/cascadia-code-characters.png) ![Cascadia Code Italic](https://github.com/microsoft/cascadia-code/blob/master/images/cascadia-code-italic-characters.png) # Installation **You can download the latest version of Cascadia Code from the releases page here:** [https://github.com/microsoft/cascadia-code/releases](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/microsoft/cascadia-code/releases) ##### Font formats: - `ttf variable`: we recommend this version for **all users,** and particularly those on Windows or any other OS that employs TrueType hinting. It offers the greatest diversity of weight options (anything from 200-700). - `ttf static`: in the rare situation where the above variable font version is not supported, or a singular weight is preferred to the entire range, static formats are supplied. However, please note they do not have the same degree of hinting quality as the variable font versions. - `otf static`: for users who prefer OTF format fonts, otf static instances are provided. At this time we do not have a variable font OTF version. - `WOFF2`: These versions are provided for the purposes of web use, and are available both as variable fonts, and static instances. Once unzipped, right-click the font file and click `Install for all users`. This will install the font onto your machine. **Note:** If you have previously installed a version of Cascadia Code, please uninstall the previous version *prior* to installing a new version. Not doing so can result in improper rendering. For more details and app-specific instructions, [please check the wiki](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/microsoft/cascadia-code/wiki/Installing-Cascadia-Code). # Get involved Instructions on how to modify and submit an update to the Cascadia Code source is [available in the wiki](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/microsoft/cascadia-code/wiki/Modifying-Cascadia-Code). # Communicating with the Team The easiest way to communicate with the team is via GitHub Issues. Please file new issues, feature requests and suggestions, but **DO search for similar open/closed pre-existing issues before you do**. Please help us keep this repository clean, inclusive, and fun! We will not tolerate any abusive, rude, disrespectful or inappropriate behavior. Read our [Code of Conduct](https://github.com/microsoft/cascadia-code/blob/master/https://opensource.microsoft.com/codeofconduct/) for more details. If you would like to ask a question that you feel doesn't warrant an issue (yet), please reach out to us via Twitter: Aaron Bell, Font Designer: [@aaronbell](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/aaronbell) Kayla Cinnamon, Program Manager: [@cinnamon_msft](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/cinnamon_msft) Rich Turner, Program Manager: [@richturn_ms](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/richturn_ms) _Special thanks_ to: - Fira Code – OpenType code for the coding ligatures – [github](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/tonsky/FiraCode) - Nerd Fonts – Centralizing app iconography – [github](https://github.com/microsoft/cascadia-code/blob/master/https://github.com/ryanoasis/nerd-fonts) - Viktoriya Grabowska – Designer of Cyrillic Italic and Consultant – [@vika_grabowska](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/vika_grabowska) - Mohamad Dakak - Arabic designer - [@mohamaddakak](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/mohamaddakak) - Liron Lavi Turkenich - Hebrew designer - [@LironLaviTur](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/LironLaviTur) - Gerry Leonidas – Greek Consultant – [@gerryleonidas](https://github.com/microsoft/cascadia-code/blob/master/https://twitter.com/gerryleonidas) - Donny Trng – Vietnamese Consultant – [Vietnamese Typography](https://github.com/microsoft/cascadia-code/blob/master/https://vietnamesetypography.com) # Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://github.com/microsoft/cascadia-code/blob/master/https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://github.com/microsoft/cascadia-code/blob/master/https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](https://github.com/microsoft/cascadia-code/blob/master/mailto:opencode@microsoft.com) with any additional questions or comments.

近期下载者

相关文件


收藏者