mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
fix: font usage in surveys package (#2220)
This commit is contained in:
committed by
GitHub
parent
12907c9061
commit
94a419249b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user