8 ms·
Sorry for off-topic, but does anyone know which css library Tailscale used for their blog? Looks very nice and clean.
by sbaha88 6y ago
Sorry for off-topic, but does anyone know which css library Tailscale used for their blog?
Looks very nice and clean.
- blueside 6y agotruly a lost opportunity that it wasn't tailwind
- rosszurowski 6y ago(Designer behind the Tailscale blog here) Glad you like it! The text styles are custom, and the layout is built using an in-house CSS framework not unlike Tailwind [1]. But if you'd like to build something similar, you could get pretty close by using something like Tailwind and building with Rasmus Andersson's lovely (and open-source!) Inter type family [2], which we use throughout the site. [1] https://tailwindcss.com/ https://tailwindcss.com/ [2] https://rsms.me/inter/ https://rsms.me/inter/
- sbaha88 6y agoHi, thanks for your reply and great work:). The site looks just amazing and very clean (especially typography). I noticed it uses utility classes like tailwindcss so thought maybe there is a similar library.