Skip to content

Commit

Permalink
change to amiri font
Browse files Browse the repository at this point in the history
  • Loading branch information
ehabsas committed Mar 21, 2014
1 parent 695d2a6 commit aa14dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion othman/gtkUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(self):
#self.cells[0].set_property("alignment",Pango.ALIGN_CENTER)
self.cells[0].set_property("wrap-mode", Pango.WrapMode.WORD)
self.cells[0].set_property("wrap-width", 500)
self.cells[0].set_property("font", "Simplified Naskh 32")
self.cells[0].set_property("font", "Amiri 32")
#self.cells[0].set_property("font","KFGQPC Uthmanic Script HAFS 32")
self.cells[0].set_property("scale", self.scale)
self.cols[0].set_sizing(Gtk.TreeViewColumnSizing.AUTOSIZE)
Expand Down

0 comments on commit aa14dab

Please sign in to comment.