Add private build plan for GNOME Mono
This commit is contained in:
parent
20fe4af2df
commit
922c864fc7
2 changed files with 64 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,7 +17,6 @@ packages/font-otl/src/**/*.mjs
|
|||
|
||||
# Private config files
|
||||
private.toml
|
||||
private-build-plans.toml
|
||||
params/private-parameters.toml
|
||||
|
||||
# pages-source ignores
|
||||
|
|
64
private-build-plans.toml
Normal file
64
private-build-plans.toml
Normal file
|
@ -0,0 +1,64 @@
|
|||
[buildPlans.GnomeMono]
|
||||
family = "GNOME Mono"
|
||||
spacing = "fixed"
|
||||
serifs = "sans"
|
||||
noCvSs = true
|
||||
exportGlyphNames = false
|
||||
|
||||
[buildPlans.GnomeMono.variants.design]
|
||||
one = "base"
|
||||
two = "straight-neck-serifless"
|
||||
four = "closed-serifless"
|
||||
five = "oblique-arched-serifless"
|
||||
six = "closed-contour"
|
||||
eight = "two-circles"
|
||||
nine = "closed-contour"
|
||||
zero = "dotted"
|
||||
capital-g = "toothless-rounded-serifless-hooked"
|
||||
capital-j = "serifless"
|
||||
capital-m = "flat-bottom-serifless"
|
||||
capital-q = "crossing"
|
||||
capital-w = "straight-flat-top-serifless"
|
||||
f = "flat-hook-serifless-crossbar-at-x-height"
|
||||
i = "hooky"
|
||||
j = "flat-hook-serifed"
|
||||
l = "serifed-flat-tailed"
|
||||
r = "hookless-serifless"
|
||||
t = "flat-hook-short-neck"
|
||||
w = "straight-flat-top-serifless"
|
||||
y = "straight-turn-serifless"
|
||||
at = "fourfold"
|
||||
percent = "rings-continuous-slash"
|
||||
|
||||
[buildPlans.GnomeMono.variants.oblique]
|
||||
a = "single-storey-serifless"
|
||||
e = "rounded"
|
||||
f = "flat-hook-tailed-crossbar-at-x-height"
|
||||
|
||||
[buildPlans.GnomeMono.weights.Regular]
|
||||
shape = 400
|
||||
menu = 400
|
||||
css = 400
|
||||
|
||||
[buildPlans.GnomeMono.weights.Bold]
|
||||
shape = 700
|
||||
menu = 700
|
||||
css = 700
|
||||
|
||||
[buildPlans.GnomeMono.widths.Normal]
|
||||
shape = 600
|
||||
menu = 5
|
||||
css = "normal"
|
||||
|
||||
[buildPlans.GnomeMono.slopes.Upright]
|
||||
angle = 0
|
||||
shape = "upright"
|
||||
menu = "upright"
|
||||
css = "normal"
|
||||
|
||||
[buildPlans.GnomeMono.slopes.Italic]
|
||||
angle = 9.4
|
||||
shape = "oblique"
|
||||
menu = "italic"
|
||||
css = "italic"
|
||||
|
Loading…
Reference in a new issue