Weeknotes 02
- Katy DeCorah´s Github read-action „…tracks the books that you’ve read by updating the _data/read.yml file in your repository.“
- David Seidman on how to add commas between a list of items dynamically with CSS. I like the idea of using the sibling selector to add something between two siblings 😃.
li ~ li::before {
content: ', ';
} - Maximally optimizing image loading for the web in 2021 by Malte Ubl.
- Glyphs „is a Mac font editor that puts you in control: quickly draw high-precision vectors, efficiently reuse shapes, and easily manage any number of letters, figures and symbols.“ The editor is used by Rasmus Andersson for the creation of Inter, but it catched my attention while reading the
- interesting article A font for the people by Olivia King. Olivia is explaining the process of picking up an open-source font and modifying it for specific use. I got pointed to it by Mark Boulton who had in his typespecimens newsletter.
Comments