Recursive, a free variable font for code and UI, now on Google Fonts
21–30 of 113 posts
Re: Recursive, a free variable font for code and UI, now on Google Fonts
#22Earlier quoted context omitted.
Are variable fonts supposed to have a smaller file size? The examples I've looked at have been bigger than including all the variations you'd expect to use of the non-variable version. Are there examples of a significant file size saving? Generally with web design, you want to stick to a small number of font weights anyway so if the file size isn't smaller, what's the core motivation?
It depends. The font rendering process is based around "masters" which can vary in count. One font could have one master for all the weights, or multiple masters - for the bold/normal/light. Depending on the master count, the size can differ. The key thing also is the number of web requests. This is not a trivial detail. One variable font can be less web requests.
Is the number of web requests a factor if you're using HTTP/2 though?
Re: Recursive, a free variable font for code and UI, now on Google Fonts
#23Re: Recursive, a free variable font for code and UI, now on Google Fonts
#24why is this a big deal? can someone provide insight?
Re: Recursive, a free variable font for code and UI, now on Google Fonts
#25Re: Recursive, a free variable font for code and UI, now on Google Fonts
#26Re: Recursive, a free variable font for code and UI, now on Google Fonts
#27The designers did an amazing job. Setting --mono to 1.0 makes it look very similar to Jetbrain's font which I like.
Re: Recursive, a free variable font for code and UI, now on Google Fonts
#28There are several things I look for in a "code" font: distinct 0 vs O, distinct l vs 1, readability, etc. I don't think I'd use this for code, but I might for UI. Edit: it seems that the variations are more code-oriented when you shift the code more "MONO" (based on experimentation on its website)
In fact instead of "The quick brown fox jumps over the lazy dog" there should be a standard sentence for code fonts using those characters. Zero[0] = Oh[0]; One[1] = El[l]; or something ;)
Re: Recursive, a free variable font for code and UI, now on Google Fonts
#29Re: Recursive, a free variable font for code and UI, now on Google Fonts
#30The Google Fonts page doesn't really do justice to how dynamic this font is -- https://www.recursive.design/ has a live demo that shows more of the options, maybe the link should be changed to their demo. There are four dimensions and a few other flags that the font can be adjusted by in CSS: natural-width to fixed-width, Linear to "Casual", Font weight, Font slant, and cursive variants. By tweaking any of the variab…
The question is: do we need flexible fonts? Other than fine-tuning the monospace font to fit your exact preferences given the hours you spend coding, everything else seems to be a matter of just picking an appropriate type that fits your project