←back to thread

LooksMapping

(looksmapping.com)
117 points elsewhen | 1 comments | | HN request time: 0.315s | source
Show context
meindnoch ◴[] No.44462593[source]
What's the purpose of this?

  .pix {
      /* Simulate CRT pixelation and low resolution */
      text-rendering: optimizeSpeed;
      font-family: Arial, sans-serif;
      font-smooth: never;
      -webkit-font-smoothing: none;
      -moz-osx-font-smoothing: grayscale;
      
      
      
      /* Simulate slight pixelation */
      filter: blur(0.3px);
      
      color: black;
      font-size: 16px;
      
  }
replies(3): >>44462682 #>>44463620 #>>44467022 #
1. tauntz ◴[] No.44462682[source]
Aesthetics