Skip to content

Commit

Permalink
build release 1.051
Browse files Browse the repository at this point in the history
update doc

clarify doc
  • Loading branch information
arrowtype committed May 6, 2020
1 parent 6d103bc commit 2a54bb3
Show file tree
Hide file tree
Showing 301 changed files with 24 additions and 4,544 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 `dlig` for code ligatures and `ss01`-`ss11` to customize letterforms to your preference.
- All the same OpenType features that are available in Recursive generally, including `ss01`-`ss11` to customize letterforms to your preference.


## Packages
Expand All @@ -22,3 +22,19 @@ Download the zip in this folder for an easy way to download these fonts. Then, i

**`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.


## Code Ligatures

By popular demand, these fonts shift the code ligature feature from their usual OpenType feature of `dlig` to the feature `calt`, to act more like preexisting code-ligature fonts such as Fira Code & Hasklig.

These are therefore activated by default in general text settings, and activatable in many code editors under typical "Code Ligatures" setting.

In VS Code, you can control ligatures *and* stylistic sets by doubling the setting in `settings.json`, using the first line for ligatures and the second for stylistic sets:

```json
"editor.fontLigatures": true,
"editor.fontLigatures": "'ss01','ss03', 'ss06'",
```

In the Desktop & Web fonts, code ligatures are still controlled by the `dlig` feature, so that they are *not* on by default for contexts in which they may not be well-understood by many users.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Fonts in `Recursive_Desktop` and `Recursive_Code` are made so that it is possibl
## Desktop web design (Sketch) & experimental use in Adobe apps

- Install `Recursive_Desktop/Recursive_VF_1.0XX.ttf` (this is the full Recursive variable font)
- It may also be beneficial to install static fonts, as OS & app support of variable fonts is still growing
- It may also be beneficial to install static fonts, as OS & app support of variable fonts is still growing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-style: oblique 0deg 15deg;
font-weight: 300 1000;
font-display: swap;
src: url('/fonts/Recursive_VF_1.050--subset_range_english_basic.woff2') format('woff2');
src: url('/fonts/Recursive_VF_1.051--subset_range_english_basic.woff2') format('woff2');
unicode-range: U+0020-007F,U+00A9,U+2190-2193,U+2018,U+2019,U+201C,U+201D,U+2022;
}

Expand All @@ -15,7 +15,7 @@
font-style: oblique 0deg 15deg;
font-weight: 300 1000;
font-display: swap;
src: url('/fonts/Recursive_VF_1.050--subset_range_latin_1.woff2') format('woff2');
src: url('/fonts/Recursive_VF_1.051--subset_range_latin_1.woff2') format('woff2');
unicode-range: U+00C0-00FF;
}

Expand All @@ -25,7 +25,7 @@
font-style: oblique 0deg 15deg;
font-weight: 300 1000;
font-display: swap;
src: url('/fonts/Recursive_VF_1.050--subset_range_latin_1_punc.woff2') format('woff2');
src: url('/fonts/Recursive_VF_1.051--subset_range_latin_1_punc.woff2') format('woff2');
unicode-range: U+00A0-00BF,U+2194-2199;
}

Expand All @@ -35,7 +35,7 @@
font-style: oblique 0deg 15deg;
font-weight: 300 1000;
font-display: swap;
src: url('/fonts/Recursive_VF_1.050--subset_range_latin_ext.woff2') format('woff2');
src: url('/fonts/Recursive_VF_1.051--subset_range_latin_ext.woff2') format('woff2');
unicode-range: U+0100-017F;
}

Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoCslSt-Black.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoCslSt-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoCslSt-Light.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoCslSt-Med.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoCslSt-XBlk.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoLnrSt-Black.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoLnrSt-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoLnrSt-Light.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoLnrSt-Med.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveMonoLnrSt-XBlk.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansCslSt-Black.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansCslSt-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansCslSt-Light.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansCslSt-Med.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansCslSt-XBlk.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansLnrSt-Black.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansLnrSt-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansLnrSt-Light.otf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansLnrSt-Med.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_OTF/RecursiveSansLnrSt-XBlk.otf
Binary file not shown.
Binary file not shown.
2,664 changes: 0 additions & 2,664 deletions fonts_1.050/Static_OTF/autohint_output.txt

This file was deleted.

424 changes: 0 additions & 424 deletions fonts_1.050/Static_OTF/makeotf_output.txt

This file was deleted.

Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoCslSt-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoCslSt-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoCslSt-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoCslSt-Med.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoCslSt-XBlk.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoLnrSt-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoLnrSt-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoLnrSt-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoLnrSt-Med.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveMonoLnrSt-XBlk.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansCslSt-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansCslSt-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansCslSt-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansCslSt-Med.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansCslSt-XBlk.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansLnrSt-Black.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansLnrSt-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansLnrSt-Light.ttf
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansLnrSt-Med.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed fonts_1.050/Static_TTF/RecursiveSansLnrSt-XBlk.ttf
Binary file not shown.
Binary file not shown.
Empty file.
1,448 changes: 0 additions & 1,448 deletions fonts_1.050/Static_TTF/makeotf_output.txt

This file was deleted.

Binary file removed fonts_1.050/Variable_TTF/Recursive_VF_1.050.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/build-scripts/make-release/data/release-notes--code.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ In VS Code, you can control ligatures *and* stylistic sets by doubling the setti
"editor.fontLigatures": "'ss01','ss03', 'ss06'",
```

In the Desktop & Web fonts, code ligatures are still controlled by the `dlig` feature, so that they are *not* on by default for settings in which they may not be well-understood by many users.
In the Desktop & Web fonts, code ligatures are still controlled by the `dlig` feature, so that they are *not* on by default for contexts in which they may not be well-understood by many users.
Loading

0 comments on commit 2a54bb3

Please sign in to comment.