• 1 Post
  • 22 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle


  • I’ve been using vertical tabs for a while now. It rearranges your address bar and that’s going to take some time and annoyance to sort out, but I’ve got it back to where I like it.

    Vertical tabs aren’t as great as they would have been ten years ago. So many websites nowadays use a two- or three-column layout to use the excess horizontal space on a normal screen, and having the vertical tabs showing full length often compresses those. Thankfully there’s a button to switch between full-length tabs and just the favicon for those sites.


















  • cURL is a very commonly used program to download individual files from the command line and worth installing to have it around in the future.

    sudo apt update
    sudo apt install curl

    The first command tells your package manager to update its list so you ask for the latest version. You can skip it if you’ve already updated today. The second command tells your package manager to install cURL.

    This will happen every now and then, especially when building a package from source. You won’t have some common utility that the documentation writer assumed you had, and you will need to find what package provides it and install the package.


  • From your other responses, this is a system issue not a problem with the website.

    Lemmy.world’s code has this font list for sans-serif: system-ui,-apple-system,“Segoe UI”,Roboto,“Helvetica Neue”,“Noto Sans”,“Liberation Sans”,Arial,sans-serif,“Apple Color Emoji”,“Segoe UI Emoji”,“Segoe UI Symbol”,“Noto Color Emoji”

    I’d use the dev tools to check which font is being rendered. I’m on Windows so I get Segoe UI, which I find entirely acceptable.