Skip to content

Commit

Permalink
include commented example configs for slopes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Jul 26, 2021
1 parent c7d8f97 commit 064f970
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/private-build-plans.toml.wz
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,22 @@ spacing = "@spacing"
# disables = []
# enables = []

# [buildPlans.iosevka-@{spacing and spacing + '-' or ''}custom.slopes.upright]
# angle = 0 # Angle in degrees. Valid range [0, 15]
# shape = "upright" # Slope grade used for shape selection. `upright` | `oblique` | `italic`
# menu = "upright" # Slope grade used for naming. `upright` | `oblique` | `italic`
# css = "normal" # Slope grade used for webfont CSS. `normal` | `oblique` | `italic`

# [buildPlans.iosevka-@{spacing and spacing + '-' or ''}custom.slopes.oblique]
# angle = 9.4
# shape = "oblique"
# menu = "oblique"
# css = "oblique"

# [buildPlans.iosevka-@{spacing and spacing + '-' or ''}custom.slopes.italic]
# angle = 9.4
# shape = "italic"
# menu = "italic"
# css = "italic"

@end

0 comments on commit 064f970

Please sign in to comment.