kika / fixedsys

Fixedsys Excelsior font with programming ligatures
982 stars 50 forks source link

<head><modified value=""> inconsistency #23

Closed G4Hu closed 1 year ago

G4Hu commented 4 years ago

FSEX.ttx line 6041 has an inconsistent date with day of the week. When using fonttools ttx FSEX.ttx it results in an error:

assert t.weekday() == wkday_idx, '"' + value + '" has inconsistent weekday' AssertionError: "Wed May 8 16:50:55 2016" has inconsistent weekday

Can be fixed by changing the day to Sunday <modified value="Sun May 8 16:50:55 2016" />