fix: font usage in surveys package (#2220)

This commit is contained in:
Shubham Palriwala
2024-03-13 14:34:54 +05:30
committed by GitHub
parent 12907c9061
commit 94a419249b

View File

@@ -9,6 +9,9 @@
/* 2 */
border-color: theme("borderColor.DEFAULT", currentColor);
/* 2 */
font-family: inherit, Arial, Helvetica, sans-serif;
font-size: 1em;
}
#fbjs ::before,
#fbjs ::after {
@@ -23,26 +26,6 @@
/* 3 */
tab-size: 4;
/* 3 */
font-family: theme(
"fontFamily.sans",
ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
);
/* 4 */
font-feature-settings: theme("fontFamily.sans[1].fontFeatureSettings", normal);
/* 5 */
}
#fbjs body {
margin: 0;