branch: externals/fontaine
commit c1b8255cafa021f7a05c1b962f8da059b1a5e099
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove references to Iosevka Comfy and use Aporetic instead
    
    It is my new font project and the successor to my Iosevka Comfy:
    <https://github.com/protesilaos/aporetic/>.
---
 README.org | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/README.org b/README.org
index 60a6f2f760..54a2ee5fd5 100644
--- a/README.org
+++ b/README.org
@@ -167,7 +167,7 @@ Multiple presets form an alist (a list of lists), like this:
    ;; More properties here
    )
   (medium
-   :default-family "Iosevka Comfy Wide")
+   :default-family "Aporetic Serif Mono")
   ;; More presets here
   )
 #+end_src
@@ -258,7 +258,7 @@ default value before you make any edits):
          :italic-slant italic
          :line-spacing 1)
         (large
-         :default-family "Iosevka"
+         :default-family "Aporetic Sans Mono"
          :default-weight normal
          :default-height 150
          :fixed-pitch-family nil ; falls back to :default-family
@@ -296,7 +296,7 @@ lines are left empty for didactic purposes):
 
          :line-spacing 1)
         (large
-         :default-family "Iosevka"
+         :default-family "Aporetic Sans Mono"
 
          :default-height 150
 
@@ -325,7 +325,7 @@ the first example:
          :italic-family "Source Code Pro"
          :line-spacing 1)
         (large
-         :default-family "Iosevka"
+         :default-family "Aporetic Sans Mono"
          :default-height 150
          :variable-pitch-family "FiraGO"
          :line-spacing 1)))
@@ -347,7 +347,7 @@ thus far.  Here is how verbose presets can be expressed 
succinctly:
 ;; Notice the duplication of properties and how we will avoid it.
 (setq fontaine-presets
       '((regular
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight normal
          :default-height 100
          :fixed-pitch-family nil ; falls back to :default-family
@@ -362,7 +362,7 @@ thus far.  Here is how verbose presets can be expressed 
succinctly:
          :italic-slant italic
          :line-spacing nil)
         (medium
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight semilight
          :default-height 140
          :fixed-pitch-family nil ; falls back to :default-family
@@ -377,7 +377,7 @@ thus far.  Here is how verbose presets can be expressed 
succinctly:
          :italic-slant italic
          :line-spacing nil)
         (large
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight semilight
          :default-height 180
          :fixed-pitch-family nil ; falls back to :default-family
@@ -403,7 +403,7 @@ thus far.  Here is how verbose presets can be expressed 
succinctly:
          :default-height 180
          :bold-weight extrabold)
         (t ; our shared fallback properties
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight normal
          ;; :default-height 100
          :fixed-pitch-family nil ; falls back to :default-family
@@ -437,7 +437,7 @@ intend to change their values).  We then have this 
transformation:
          :default-height 180
          :bold-weight extrabold)
         (t ; our shared fallback properties
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight normal
          ;; :default-height 100
          :fixed-pitch-family nil ; falls back to :default-family
@@ -464,7 +464,7 @@ intend to change their values).  We then have this 
transformation:
          :default-height 180
          :bold-weight extrabold)
         (t ; our shared fallback properties
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight normal
          :variable-pitch-family "FiraGO"
          :variable-pitch-height 1.05)))
@@ -591,15 +591,13 @@ Remember to read the relevant doc strings.
 (setq fontaine-latest-state-file
       (locate-user-emacs-file "fontaine-latest-state.eld"))
 
-;; Iosevka Comfy is my highly customised build of Iosevka with
-;; monospaced and duospaced (quasi-proportional) variants as well as
-;; support or no support for ligatures:
-;; <https://github.com/protesilaos/iosevka-comfy>.
+;; Aporetic is my highly customised build of Iosevka:
+;; <https://github.com/protesilaos/aporetic>.
 (setq fontaine-presets
       '((small
-         :default-family "Iosevka Comfy Motion"
+         :default-family "Aporetic Serif Mono"
          :default-height 80
-         :variable-pitch-family "Iosevka Comfy Duo")
+         :variable-pitch-family "Aporetic Sans")
         (regular) ; like this it uses all the fallback values and is named 
`regular'
         (medium
          :default-weight semilight
@@ -614,7 +612,7 @@ Remember to read the relevant doc strings.
          ;; I keep all properties for didactic purposes, but most can be
          ;; omitted.  See the fontaine manual for the technicalities:
          ;; <https://protesilaos.com/emacs/fontaine>.
-         :default-family "Iosevka Comfy"
+         :default-family "Aporetic Sans Mono"
          :default-weight regular
          :default-height 100
 
@@ -626,7 +624,7 @@ Remember to read the relevant doc strings.
          :fixed-pitch-serif-weight nil ; falls back to :default-weight
          :fixed-pitch-serif-height 1.0
 
-         :variable-pitch-family "Iosevka Comfy Motion Duo"
+         :variable-pitch-family "Aporetic Serif"
          :variable-pitch-weight nil
          :variable-pitch-height 1.0
 

Reply via email to