You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
#356 should be rollbacked. Invoking join method with bytes and non-bytes string causes problem. TypeError: sequence item 0: expected str instance, bytes found
Since Python 3, bytestring / bytes should be handled differently and Python 2.7 does not care about b notation. Thus, b''.join(...bytes...) was right.
I successfully built eot files with b''.join(...bytes...).
.eot files aren't generated for me. However, there are correctly added to
@font-face
. This is my configuration:It doesn't metter if I remove
types
adorder
or not.The text was updated successfully, but these errors were encountered: