diff --git a/scripts/README.txt b/scripts/README.txt
index 3ed0963..94edb44 100644
--- a/scripts/README.txt
+++ b/scripts/README.txt
@@ -38,13 +38,13 @@ FONTS
 In order to build PDF files, you need to have several fonts installed:
  - Noto fonts -- https://www.google.com/get/noto/
  - GNU Unifont -- http://www.unifoundry.com/unifont.html
- - FreeFarsi -- https://fontlibrary.org/en/font/freefarsi
+ - FarsiWeb -- https://github.com/behnam/fonts-farsiweb
  - BabelStone Han -- http://www.babelstone.co.uk/Fonts/Han.html
  - Takao -- https://launchpad.net/takao-fonts
 
 On Linux, they can be found in the following packages (install with apt-get or
 yum):
-  fonts-noto-hinted unifont fonts-freefarsi fonts-babelstone-han fonts-takao
+  fonts-noto-hinted unifont fonts-farsiweb fonts-babelstone-han fonts-takao
 Use the links above for other operating systems. You can see which fonts
 are installed on Linux by using the command:
   fc-list
diff --git a/scripts/pdf-farsi.xsl b/scripts/pdf-farsi.xsl
index a2c31b3..69b7e25 100644
--- a/scripts/pdf-farsi.xsl
+++ b/scripts/pdf-farsi.xsl
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0" xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" xmlns="http://www.w3.org/1999/xhtml" version="1.0" exclude-result-prefixes="exsl cf ng db">
 
 <!-- This file contains overrides for output for PDF e-books using
-   the FreeFarsi font family. -->
+   the Nazli font family. -->
 <!-- Note that PDF is normally made with the fo stylesheets
      from the docbook-xsl project. -->
 
@@ -85,9 +85,9 @@
 
 
 <!-- Better fonts. Less whitespace. -->
-<xsl:param name="body.font.family">FreeFarsi, Noto Sans</xsl:param>
+<xsl:param name="body.font.family">Nazli, Noto Sans</xsl:param>
 <xsl:param name="body.font.master">11</xsl:param>
-<xsl:param name="title.font.family">FreeFarsi, Noto Sans</xsl:param>
+<xsl:param name="title.font.family">Nazli, Noto Sans</xsl:param>
 <xsl:attribute-set name="section.title.level1.properties">
   <xsl:attribute name="font-size">
     <xsl:value-of select="$body.font.master * 1.6"/>
