Comment on 339 Bytes of Responsive CSSComments−zichy7y1. Please do not import external resources from Google Fonts if you don’t have to. (Hint: You never really have to.)2. If you want to use as little CSS as possible, simply use `sans-serif`. Otherwise try this font stack: http://markdotto.com/2018/02/07/github-system-fonts/2. Fira Sans is actually quite nice, but please do not use `font-weight`s below `400` for continuous text. That’s really hard to read.3. Since only the `300` weight is imported, the entire text will be thin – even headlines and `strong`.4. Please leave the link text underlines for accessibility: https://webaim.org/techniques/hypertext/link_text#underlinin...bettermotherfuckingwebsite.com did a better job.
Comments
1. Please do not import external resources from Google Fonts if you don’t have to. (Hint: You never really have to.)
2. If you want to use as little CSS as possible, simply use `sans-serif`. Otherwise try this font stack: http://markdotto.com/2018/02/07/github-system-fonts/
2. Fira Sans is actually quite nice, but please do not use `font-weight`s below `400` for continuous text. That’s really hard to read.
3. Since only the `300` weight is imported, the entire text will be thin – even headlines and `strong`.
4. Please leave the link text underlines for accessibility: https://webaim.org/techniques/hypertext/link_text#underlinin...
bettermotherfuckingwebsite.com did a better job.