notofonts / noto-fonts

Noto fonts, except for CJK and emoji
http://fonts.google.com/noto
SIL Open Font License 1.1
2.45k stars 200 forks source link

tried to figure out how to add more tests (this time checking if the … #2209

Closed marekjez86 closed 2 years ago

marekjez86 commented 2 years ago

…whole range of a variable font is covered by XML -- we should)

added couple more fonts to XML

marekjez86 commented 2 years ago

I didn't know how to revert XML in my command line so I just did it via brute force. These are just python changes

rsheeter commented 2 years ago

I didn't know how to revert XML in my command line

you want to do something like git rebase -i HEAD~6 then edit the "pick" beside the commit syou don't want to say "drop" then force push to this branch. The unwanted commits will disappear. It's probably wise to make a branch that is a copy of this branch before you start, just in case you drop something you wanted to keep :)

I would make just the test changesone PR and the publishing new fonts and modifying the XML another PR (or PRs if the tasks are unrelated)

marekjez86 commented 2 years ago

They (font updates) will be separate. My mistake. Thank you.