Skip to content

Commit fc82955

Browse files
committed
feat: Segoe UI Variable Text font
windows 11 font, havent tested yet cuz im on mac but it should work :p
1 parent 639617f commit fc82955

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dev.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
/* adjustable by you! see ./theme/boilerplate-auto.css */
2424
:root {
2525
/* font families */
26-
--dc-font: "Geist", "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
27-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
26+
--dc-font: "Geist", "Inter", system-ui, "Segoe UI Variable Text", "Segoe UI",
27+
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
2828
--dc-font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas,
2929
"Liberation Mono", Menlo, monospace;
3030

theme/boilerplate-auto.user.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ==userstyle==
22
@name boilerplate-auto for dev.css
3-
@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
3+
@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 <[email protected]> (https://example.com)
@@ -11,8 +11,8 @@
1111

1212
:root {
1313
/* font families */
14-
--dc-font: "Geist", "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
15-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
14+
--dc-font: "Geist", "Inter", system-ui, "Segoe UI Variable Text", "Segoe UI",
15+
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

theme/boilerplate.user.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* ==userstyle==
22
@name boilerplate for dev.css
3-
@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
3+
@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 <[email protected]> (https://example.com)
@@ -11,8 +11,8 @@
1111

1212
:root {
1313
/* font families */
14-
--dc-font: "Geist", "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
15-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
14+
--dc-font: "Geist", "Inter", system-ui, "Segoe UI Variable Text", "Segoe UI",
15+
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

0 commit comments

Comments
 (0)