github primer/css v17.9.0

latest releases: v21.3.6, v21.3.5, v21.3.4...
3 years ago

Minor Changes

  • #1575 c7ea6448 Thanks @jonrohan! - Replacing deprecated variables with color v2 variables

  • #1573 386dfa01 Thanks @simurai! - Improve the font stack on Windows

    • Segoe UI Variable -> Segoe UI Variable Text.
      • "Segoe UI Variable Text" seems to be the better option for a lot of text (markdown). In the future we might can consider having a UI and a "text" font stack.
    • Add Meiryo before system-ui.
      • This should have the effect that the browser will use Meiryo instead of Yu Gothic UI and should improve font rendering, especially for Japanese.
      • Note: In an earlier version, Yu Gothic was used. But with great feedback from @448jp and @hiloki #1573 (comment) it seems Meiryo is the better default.
  • #1581 be518b80 Thanks @jonrohan! - Updating deprecations.js file to be more straightforward

  • #1579 c3b4a0c3 Thanks @jonrohan! - Removing v2 color mode css var fallbacks. var(--color-v2, var(--color-v1)) becomes var(--color-v2)

Don't miss a new css release

NewReleases is sending notifications on new releases.