···11/* ==userstyle==
22@name boilerplate-auto for dev.css
33-@description a template that you can modify, but with two color schemes for light/dark mode. copied from dev.css defaults. you can remove lines that you want to keep as the dev.css default, such as the font lines
33+@description a template that you can modify, but with two color schemes for light/dark mode. copied from dev.css defaults. remove lines that you want to keep as the dev.css default, such as the font lines
44@namespace author
55@version 1.0.0
66@author author <author@example.com> (https://example.com)
···11111212:root {
1313 /* font families */
1414- --dc-font: "Geist", "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
1515- sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
1414+ --dc-font: "Geist", "Inter", system-ui, "Segoe UI Variable Text", "Segoe UI",
1515+ Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
1616 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
1717 "Liberation Mono", Menlo, monospace;
1818
+3-3
theme/boilerplate.user.css
···11/* ==userstyle==
22@name boilerplate for dev.css
33-@description a template that you can modify. copied from dev.css defaults. you can remove lines that you want to keep as the dev.css default, such as the font lines
33+@description a template that you can modify. copied from dev.css defaults. remove lines that you want to keep as the dev.css default, such as the font lines
44@namespace author
55@version 1.0.0
66@author author <author@example.com> (https://example.com)
···11111212:root {
1313 /* font families */
1414- --dc-font: "Geist", "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
1515- sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
1414+ --dc-font: "Geist", "Inter", system-ui, "Segoe UI Variable Text", "Segoe UI",
1515+ Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
1616 --dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
1717 "Liberation Mono", Menlo, monospace;
1818