1. 05 Mar, 2022 1 commit
  2. 02 Mar, 2022 4 commits
  3. 01 Mar, 2022 15 commits
  4. 28 Feb, 2022 10 commits
  5. 26 Feb, 2022 3 commits
    • Mark Otto's avatar
      Update release-drafter.yml · 0cf36335
      Mark Otto authored
      0cf36335
    • Arhell's avatar
      update ionic link · f9883813
      Arhell authored
      f9883813
    • Erik Faye-Lund's avatar
      Prefer Linux-specific fonts over Arial · 4ee1465a
      Erik Faye-Lund authored
      Some Linux distributions (like Debian) have fontconfig aliases for Arial
      that picks specific fonts. But such generic aliases might be less
      desirable than the known-good Linux specific fonts.
      
      This fixes a problem on my setup where Liberation Sans is aliased as
      Arial, even when Noto Sans is available. Liberation Sans doesn't support
      a weight of 500, so we end up rendering headers at the normal weight of
      400, which makes them stand out less. Reordering the Arial fallback
      makes us instead pick Noto Sans over Lieration Sans, which does support
      a weight of 500, and makes headers stand out again.
      
      While we're at it, fixup the reboot documentation to match, and change
      the comment about Helvetica Neue; that's not a "Basic web-fallback" font,
      it's the UI font on older iOS and macOS versions.
      4ee1465a
  6. 25 Feb, 2022 7 commits