You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on opening a download of the basic latin font in GlyphsApp, it appears that code ligatures are included in the basic latin range. This doesn't seem ideal for the fastest possible downloads – particularly if code ligatures were to be included in a more complex variable font (which is something I am working towards currently).
What might be an appropriate way to subset/split out these ligatures from the first load to improve overall download speed?
(That image may make it look like the code ligatures don't have the correct spacing, but based on a CodePen test, they seem to be working as expected.)
In Fira Code's font-face CSS from Google Fonts, unicode ranges are split to allow progressive downloads of basic Latin, then Extended Latin, then Greek, and so on.
Fira Code font-face CSS from Google Fonts (Click to expand)
Based on opening a download of the basic latin font in GlyphsApp, it appears that code ligatures are included in the basic latin range. This doesn't seem ideal for the fastest possible downloads – particularly if code ligatures were to be included in a more complex variable font (which is something I am working towards currently).
What might be an appropriate way to subset/split out these ligatures from the first load to improve overall download speed?
(That image may make it look like the code ligatures don't have the correct spacing, but based on a CodePen test, they seem to be working as expected.)
https://codepen.io/thundernixon/pen/OKzVvd
The text was updated successfully, but these errors were encountered: