googlefonts / rubik

Rubik fonts
SIL Open Font License 1.1
200 stars 45 forks source link

Lowercase "f" and "i" are stuck together. #42

Open Devolv opened 2 years ago

Devolv commented 2 years ago

Screenshot captured via Google Fonts: image

The lowercase letters of "f" and "i" have no kerning space between them. Makes it look weird with the top of the "f" connecting perfectly with the dot on the "i". The horizontal line in "f" also connects perfectly with the lower vertical portion of the "i". Makes the entire shape look like a different glyph entirely.

eliheuer commented 1 year ago

This is a ligature, it can be disabled in your typesetting software, or in css:

* {
  font-variant-ligatures: none;
}