Long Time Lurker Checking In

Hey Drawer-dwellers,

I’ve been checking this forum for about a decade now, so it’s about time I made it official.

My name is Fabio Pop, I do stuff like these, and I’m always down to talk about type or whatever – so let me know if you’d like to have coffee or something.


Cheers!

Comments

  • Thomas Phinney
    Thomas Phinney Posts: 3,001
    Have coffee? Urm... where are you based?
  • faebiou
    faebiou Posts: 2
    The Hague but Zoom is our friend ;)
  • Michael Rafailyk
    Michael Rafailyk Posts: 188
    edited June 11
    Hello Fabio, it's nice to meet you!

    I would like to give a little advice regarding the CSS on your website. It would be a good idea to remove the fake boldness from HTML elements (like <a> <b> <h1> <h2>) that the browser considers bold. This over-darken effect is currently visible on all links (<a>). You can add the following rule to your CSS to fix this.

    a {
    font-synthesis: none
    ;
    }
    Now:

    After removing fake boldness: