diff --git a/app/assets/stylesheets/_global.css b/app/assets/stylesheets/_global.css index 8404a447c..03947f5fc 100644 --- a/app/assets/stylesheets/_global.css +++ b/app/assets/stylesheets/_global.css @@ -10,7 +10,7 @@ --block-space-double: calc(var(--block-space) * 2); /* Text */ - --font-sans: "Adwaita Sans", -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; + --font-sans: "Adwaita Sans", -apple-system, BlinkMacSystemFont, "Segoe UI fizzy", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: ui-serif, serif; --font-mono: ui-monospace, monospace; diff --git a/app/assets/stylesheets/segoe-ui.css b/app/assets/stylesheets/segoe-ui.css new file mode 100644 index 000000000..fde554c58 --- /dev/null +++ b/app/assets/stylesheets/segoe-ui.css @@ -0,0 +1,29 @@ +@layer reset { + @font-face { + font-family: "Segoe UI fizzy"; + src: local("Segoe UI Variable"); + font-weight: 100 700; + font-style: normal; + } + + @font-face { + font-family: "Segoe UI fizzy"; + src: local("Segoe UI Variable Italic"); + font-weight: 100 700; + font-style: italic; + } + + @font-face { + font-family: "Segoe UI fizzy"; + src: local("Segoe UI Black"); + font-weight: 900; + font-style: normal; + } + + @font-face { + font-family: "Segoe UI fizzy"; + src: local("Segoe UI Black Italic"); + font-weight: 900; + font-style: italic; + } +}