ThomasJockin / readexpro

Readex Pro is the world-script expansion of Lexend. Lexend is a variable font empirically shown to significantly improve reading-proficiency.
http://www.lexend.com
SIL Open Font License 1.1
503 stars 26 forks source link

Issue with variable "F" in web browser #19

Closed adamjosefus closed 4 years ago

adamjosefus commented 4 years ago

I use variable truetype font (Lexend[LXND].ttf) on the website.

css

@font-face {
  font-family: 'lexend';
  src: url('./fonts/lexend.ttf');
  src: url('./fonts/lexend.ttf')  format('truetype');
}

body {
    font-family: lexend;
    font-variation-settings: 'LXND' 0;
    transition: font-variation-settings .3s;
}

body:hover {
    font-variation-settings: 'LXND' 100;
}

But letter "F" has bad normals probobly

Result

🎥https://youtu.be/BckMN3_7Z7o

Browser: Chrome 76.0

ThomasJockin commented 4 years ago

Hi Adam, thanks for reporting this. Will review on next update.

ThomasJockin commented 4 years ago

Hi @adamjosefus Check on the VF now. Error should be fixed now.