Skip to content

v17.9.0

Compare
Choose a tag to compare
@primer-css primer-css released this 10 Sep 18:07
· 829 commits to main since this release
5eb8113

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)