revert the breaking change in font sneaked in by the person who did EXIF #407

This commit is contained in:
AUTOMATIC 2022-09-13 19:53:42 +03:00
parent fdedecf96c
commit 29022300ba

View File

@ -8,7 +8,7 @@ import numpy as np
import piexif import piexif
import piexif.helper import piexif.helper
from PIL import Image, ImageFont, ImageDraw, PngImagePlugin from PIL import Image, ImageFont, ImageDraw, PngImagePlugin
import font_roboto as Roboto from fonts.ttf import Roboto
import string import string
import modules.shared import modules.shared