Make the OpenType sampler look better
This commit is contained in:
parent
34307b6e85
commit
7db82d40d2
10 changed files with 56 additions and 44 deletions
|
@ -43,9 +43,7 @@ function rankOf(initialChar) {
|
|||
}
|
||||
|
||||
function getSsData(variants, cvData) {
|
||||
const body =
|
||||
`@real fox.quick(h){ *is_brown && it_jumps_over(dogs.lazy) }\n` +
|
||||
`ABCDEFG HIJKLMN OPQRST UVWXYZ 0123456789`;
|
||||
const body = `@real fox.quick(h){ *is_brown && it_jumps_over(dogs.lazy) } 0123456789 ABCKRWXYZ`;
|
||||
|
||||
const result = [{ tag: "off", description: "Default", bodyUpright: body, bodyItalic: body }];
|
||||
for (const tag in variants.composite) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue