Make the OpenType sampler look better

This commit is contained in:
Belleve Invis 2020-02-16 07:10:56 -08:00
parent 34307b6e85
commit 7db82d40d2
10 changed files with 56 additions and 44 deletions

View file

@ -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) {