Skip to content

Commit 9733ce3

Browse files
committed
Use "Fira Sans" as the default font
This brings us closer to a unified style with the other Rust web assets
1 parent 70e3b5e commit 9733ce3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/styles/application.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
--header-bg-color: var(--dark-green);
77
--footer-bg-color: var(--dark-green);
88

9-
/* Use the modern font stack inspired by Bootstrap 4 */
10-
--font-family: -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";
9+
--font-family: "Fira Sans", sans-serif;
1110

1211
--main-color: #383838;
1312
--main-color-light: #858585;
@@ -23,8 +22,6 @@
2322
--header-bg-color: var(--violet);
2423
--main-bg: white;
2524
--footer-bg-color: var(--dark-grey);
26-
27-
--font-family: "Fira Sans", sans-serif;
2825
}
2926

3027
* {

0 commit comments

Comments
 (0)