Add "Segoe UI fizzy" to --font-sans and define custom font faces
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user