MonoLisaFont / feedback

Send us your feedback regarding the MonoLisa font
84 stars 2 forks source link

Download and Custom options #174

Closed vendy0308 closed 1 year ago

vendy0308 commented 1 year ago

Background information

To help debugging, fill the following information before describing the issue:

Issue

  1. I downloaded the font and unzipped only a README.MD file
  2. Why these SS08 & SS09 options can not be selected
CleanShot 2022-12-05 at 09 36 09@2x CleanShot 2022-12-05 at 09 38 03@2x
bebraw commented 1 year ago

It's a temporary limitation as our tooling doesn't allow replacing ligatures yet. We hope to resolve this in the near future.

You can still access the features in editors like VS Code and potentially other editor allow you to toggle OpenType features.

vendy0308 commented 1 year ago

Thank you for your answer! But about the first question the static option has fonts but the variable option is no fonts only READNE.md file Is this a bug?

bebraw commented 1 year ago

the static option has fonts but the variable option is no fonts only READNE.md file Is this a bug?

Let me check that one.

bebraw commented 1 year ago

the static option has fonts but the variable option is no fonts only READNE.md file Is this a bug?

This should be fixed now, thanks for the heads up.

We'll try to resolve the rest at a later time as it's bigger problem to figure out ligature replacements.

vendy0308 commented 1 year ago

Variable option is work. Thanks!

justbhoot commented 1 year ago

For those using kitty terminal (https://sw.kovidgoyal.net/kitty/), the stylistic sets can be enabled as follows:

# in kitty.conf
# ref: https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.font_features
font_features MonoLisa-Medium +zero +ss04 +ss07 +ss08 +ss09
font_features MonoLisa-MediumItalic +zero +ss04 +ss07 +ss08 +ss09
# and so on
bebraw commented 1 year ago

Let's use #179 for tracking ss08 and ss09 UI. Note that the features are included to the font but you cannot freeze them through the UI yet.

@jayeshbhoot Thanks for the good info. I added that to the FAQ.