v17.9.0
Minor Changes
-
#1575
c7ea6448
Thanks @jonrohan! - Replacing deprecated variables with color v2 variables -
#1573
386dfa01
Thanks @simurai! - Improve the font stack on WindowsSegoe 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
beforesystem-ui
.- This should have the effect that the browser will use
Meiryo
instead ofYu 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 seemsMeiryo
is the better default.
- This should have the effect that the browser will use
-
#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))
becomesvar(--color-v2)