Skip to content

Commit

Permalink
formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowtype committed May 17, 2020
1 parent fbdb2e6 commit fc77ba1
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 282 deletions.
25 changes: 17 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"python.pythonPath": "/Users/stephennixon/type-repos/recursive/venv/bin/python",
"git.ignoreLimitWarning": true,
"[markdown]": {
"editor.formatOnSave": false,
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "on"
}
"python.pythonPath": "/Users/stephennixon/type-repos/recursive/venv/bin/python",
"git.ignoreLimitWarning": true,
"[markdown]": {
"editor.formatOnSave": false,
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "on"
},
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.flake8Args": ["--ignore=E203, E501, W503", "--max-line-length=100"],
"editor.formatOnSave": true,
"python.formatting.autopep8Args": ["--ignore W191"],
"python.formatting.blackArgs": ["--line-length=100"],
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": ["column_limit=100"]
}
7 changes: 5 additions & 2 deletions fonts/Recursive-Beta_1.051/Recursive_Code/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# Rec Mono for Code

Custom 4-style packages specifically made for code editors, each featuring:

- Regular, Italic, Bold, & Bold Italic static fonts
- An abbreviated family name to enable italic themes on macOS
- Reduced-slant italics for easier readability in code (normal Recursive Italics have slnt=-15, which is pretty intense)
- All the same OpenType features that are available in Recursive generally, including `ss01`-`ss11` to customize letterforms to your preference.


## Packages

Download the zip in this folder for an easy way to download these fonts. Then, install the fonts then call them from your favorite code editor with their relevant family name, e.g. `Rec Mono Duotone`.

**`Rec Mono Linear`**

- Everyday workhorse for code. Simplified shapes meant to help enhance focus in complex code.

**`Rec Mono Casual`**

- A party in a font. Fun & wacky shapes, simplified enough for small sizes but curvy enough to have plenty of character. Best in casual coding & non-primary terminals.

**`Rec Mono SemiCasual`**

- Sets the CASL axis at `0.5` for font that is serious but softened a little bit. This isn't the best choice for text at large sizes (like headlines on a website), but can be a really nice balance in code.

**`Rec Mono Duotone`**
- A personal favorite – this uses Linear styles for upright text and Casual styles for italic text. In many themes that use italic styles, this will give most code a utilitarian look, but set comments and some keywords in a more-handwritten style.

- A personal favorite – this uses Linear styles for upright text and Casual styles for italic text. In many themes that use italic styles, this will give most code a utilitarian look, but set comments and some keywords in a more-handwritten style.

## Code Ligatures

Expand Down
Loading

0 comments on commit fc77ba1

Please sign in to comment.