Adjust font-weight range for "Segoe UI Variable Fizzy" to include 800-900
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
@font-face {
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Black");
|
||||
font-weight: 900;
|
||||
font-weight: 800 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Black Italic");
|
||||
font-weight: 900;
|
||||
font-weight: 800 900;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user