From aba70ba74394fe01e25abd8d6f2b74c41b0dba0c Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Sat, 19 Feb 2022 12:45:37 -0500
Subject: opentype-features: Change wording

---
 content/posts/opentype-font-exploration/index.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/posts/opentype-font-exploration/index.org b/content/posts/opentype-font-exploration/index.org
index 4419408..fcb0f81 100644
--- a/content/posts/opentype-font-exploration/index.org
+++ b/content/posts/opentype-font-exploration/index.org
@@ -24,10 +24,9 @@ Feature Freezer]] to modify the font so that the optional glyphs become
 the default. They get used all the time without requiring the editor
 to properly support the OpenType feature.
 
-Other than telling you that it's possible they don't actually tell you
-which features are available and what they look like.
+This is a good opportunity to explore OpenType features.
 
-Fortunately the Feature Freezer tool can help us here. If you pass it
+To get the list of possible font features you can pass the Font Freezer
 the =-r= flag, it will list out the features supported by the font.
 
 #+begin_src shell
@@ -51,7 +50,8 @@ pyftfeatfreeze -r MonoLisa-RegularItalic.otf
 
 
 While it's possible to find a list of what the OpenType features do on
-[[https://en.wikipedia.org/wiki/List_of_typographic_features][Wikipedia]], we're still left not knowing what the Stylistic Sets are.
+[[https://en.wikipedia.org/wiki/List_of_typographic_features][Wikipedia]], in many cases we're still left not knowing what the
+Stylistic Sets are.
 
 Once we have a list of features supported by the font, it's possible
 to test these features out on the MonoLisa website by modifying CSS
-- 
cgit v1.2.3