Malte Ubl avatar Malte Ubl

Perfect-ish font fallbacks

Screenshot of “Perfect-ish font fallbacks”

a tool that automatically matches the fallback font to the custom font–because computers are good at that stuff.

The tool allows you to select every Google Font from a select menu.


  1. Do you know good tutorials and/or examples about dealing with responsive images that are fluid horizontaly, but with a fixed height?

    Using object-fit: cover; in the CSS is easy, but how can we prevent loading many pixels that will be hidden, without using too many <source> in a <picture>?