From 3b7f5d0afb85ef54afa8859dc3b970696dca698d Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Sun, 2 Apr 2017 16:44:22 -0700 Subject: [PATCH] Add stylistic set ss10 for 'Envy Code R' style --- README.md | 2 +- snapshot/index.html | 3 +++ variants.toml | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cd56ce5..52ef7ec0b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The current available styles are: - `term` : Disable ligations. When this style is present, the font built will not contain ligatures, and its family name will be set to “`Iosevka Term`”. In case of your OS or editor cannot handle ligatures correctly, you can disable ligations with it. - `stress-fw` : When included, full-width characters varying form `U+FF00` to `U+FFFF` will be boxed to present a clear distinguish between ASCII and Full-width. The family name will be set to “`Iosevka StFW`”. * All registered `ss##` and `cv##` feature tags, including: - * `ss01`~`ss09` : Predefined stylistic sets based on other Monospace fonts. + * `ss01`~`ss10` : Predefined stylistic sets based on other Monospace fonts. * `cv01`~`cv45` : Standalone character variants. * Styles for individual characters. They are easy-to-understand names of the `cv##` styles, including: * Styles for letter `l`: diff --git a/snapshot/index.html b/snapshot/index.html index abd4f0a9b..60baaa2da 100644 --- a/snapshot/index.html +++ b/snapshot/index.html @@ -56,6 +56,9 @@
  • ss09Source Code Pro Style @real fox.quick(h){ *is_brown && it_jumps_over(doges.lazy) } 0123456789@real fox.quick(h){ *is_brown && it_jumps_over(doges.lazy) } 0123456789 +
  • + ss10Envy Code R Style + @real fox.quick(h){ *is_brown && it_jumps_over(doges.lazy) } 0123456789@real fox.quick(h){ *is_brown && it_jumps_over(doges.lazy) } 0123456789
  • Character Variants
      diff --git a/variants.toml b/variants.toml index 39295fb55..2268ee411 100644 --- a/variants.toml +++ b/variants.toml @@ -256,3 +256,7 @@ design = ['v-at-long', 'v-a-doublestorey', 'v-l-serifed', 'v-i-serifed', 'v-aste [composite.ss09] design = ['v-at-long', 'v-l-italic', 'v-asterisk-low', 'v-zero-dotted', 'v-dollar-open', 'v-numbersign-slanted'] upright = ['v-i-hooky'] + +# Envy Code R Style +[composite.ss10] +design = ['v-at-long', 'v-a-doublestorey', 'v-underscore-low', 'v-g-singlestorey', 'v-i-hooky', 'v-l-hooky', 'v-asterisk-low']