diff options
-rw-r--r-- | content/posts/opentype-font-exploration/index.org | 8 |
1 files 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 |