Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [buildPlans.iosevka-lumi] # <iosevka-custom> is your plan name
  2. family = "Iosevka Lumi" # Font menu family name
  3. design = ["leading-1500", "compressed"] # Common styles
  4. upright = ["cv01" ,"cv04" ,"cv27" ,"cv11" ,"cv13" ,"cv17" ,"cv19" ,"cv21" ,"cv26" ,"cv30" ,"cv33" ,"cv36" ,"cv38" ,"cv40" ,"cv42" ,"cv44" ,"cv46" ,"cv48" ,"cv50" ,"cv53" ,"cv54"]
  5.  
  6. # Override default building weights
  7. # When buildPlans.<plan name>.weights is absent
  8. # All weights would built and mapped to default shape/CSS
  9. [buildPlans.iosevka-lumi.weights.regular]
  10. shape = 400 # Weight for glyph shapes
  11. menu = 400 # Weight for menu name
  12. css = 400 # Weight for webfont CSS
  13.  
  14. [buildPlans.iosevka-lumi.weights.bold]
  15. shape = 700
  16. menu = 700
  17. css = 700
  18. # end weight section
  19.  
  20.  
  21. # Override default building slant sets
  22. # Format: <upright|italic|oblique> = <"normal"|"italic"|"oblique">
  23. # When this section is absent" ," all slants would be built.
  24. [buildPlans.iosevka-lumi.slants]
  25. upright = "normal"
  26. italic = "italic"
  27. oblique = "oblique"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement