JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 299 forks source link

Website font download link points at an old version while loading #576

Closed hichemfantar closed 1 year ago

hichemfantar commented 1 year ago

The download font button in the website points at an old version of the font 1.0.3. However when the page finishes loading, it points at the latest release which is 2.242.

Using the dev tools I discovered that the default download link is set to 1.0.3, then an API call fetches the latest version and the download link is updated.

I suggest removing the default version entirely and only rendering the download button when the api fetch is complete to prevent visitors from downloading an outdated version of the font before the API call is complete.

philippnurullin commented 1 year ago

Hi @hichemfantar Thanks for the feedback. I will pass it to the web team.

ice1000 commented 1 year ago

👍🏼 to the proposal. I think it may help to create a release in this repo.

hichemfantar commented 10 months ago

I wanted to say that this problem still exists.