Skip to content

Commit 721f08a

Browse files
committed
Change font-size to be smaller and non system-ui
1 parent 37da2ff commit 721f08a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

media/commitfest/css/commitfest.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
*/
44

55
body {
6-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6+
--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";
79
}
810

911
/* Bootstrap 5 inline delete/close buttons */

0 commit comments

Comments
 (0)