From b48b85f71dd27154283b539f0e774eb4fa31774f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 16 Jan 2023 21:07:29 -0500 Subject: [PATCH] * .emacs.d/init.el: Use "Sahel WOL" for Persian text. --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ad9b091..ba8b70d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -148,7 +148,7 @@ (when (display-graphic-p) ;; (set-frame-font "Source Code Pro-10.5:weight=medium" nil t) ;; (set-frame-font "FreeSans" nil t) - (set-fontset-font t 'arabic "Vazir")) + (set-fontset-font t 'arabic "Sahel WOL")) ;;;; Elisp-level customizations -- 2.20.1