We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755614b commit 9971ef3Copy full SHA for 9971ef3
media/commitfest/css/commitfest.css
@@ -3,7 +3,9 @@
3
*/
4
5
body {
6
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ --bs-body-font-size: 14px;
7
+ --bs-body-font-family: -apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8
+ --bs-font-sans-serif: -apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
9
}
10
11
/* Bootstrap 5 inline delete/close buttons */
0 commit comments