private-build-plans.toml 655 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [buildPlans.IosevkaCustom]
  2. family = "Iosevka Custom"
  3. spacing = "quasi-proportional"
  4. serifs = "sans"
  5. noCvSs = true
  6. exportGlyphNames = false
  7. noLigation = true
  8. [buildPlans.IosevkaCustom.excludeChars]
  9. ranges = [[880,65535]]
  10. [buildPlans.IosevkaCustom.weights.Regular]
  11. shape = 400
  12. menu = 400
  13. css = 400
  14. [buildPlans.IosevkaCustom.weights.Bold]
  15. shape = 700
  16. menu = 700
  17. css = 700
  18. [buildPlans.IosevkaCustom.widths.Normal]
  19. shape = 500
  20. menu = 5
  21. css = "normal"
  22. [buildPlans.IosevkaCustom.slopes.Upright]
  23. angle = 0
  24. shape = "upright"
  25. menu = "upright"
  26. css = "normal"
  27. [buildPlans.IosevkaCustom.slopes.Italic]
  28. angle = 9.4
  29. shape = "italic"
  30. menu = "italic"
  31. css = "italic"