mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
...
This commit is contained in:
parent
4ba17df570
commit
7f610f3b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def face_from_font(font, pt_sz, xdpi, ydpi):
|
|||
return get_face(font.resolved_family, pt_sz, (xdpi + ydpi) / 2, bold=font.bold, italic=font.italic)
|
||||
|
||||
|
||||
def save_medium_face(face, family):
|
||||
def save_medium_face(face):
|
||||
save_medium_face.face = face
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue