Skip to content

Commit fd8c089

Browse files
committed
Use a modern font stack inspired by Bootstrap 4
1 parent 9cc23fa commit fd8c089

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/styles/app.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ html {
3333
html, body { margin: 0; }
3434

3535
body {
36-
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
36+
// Use the modern font stack inspired by Bootstrap 4
37+
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";
3738
font-size: 16px;
3839
display: flex;
3940
flex-direction: column;
@@ -101,7 +102,8 @@ pre {
101102
background: $main-color;
102103
color: white;
103104
padding: 20px;
104-
font-family: Consolas, Monaco, 'Andale Mono', monospace;
105+
// Use the modern font stack inspired by Bootstrap 4
106+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
105107
}
106108

107109
button.dropdown, a.dropdown {

0 commit comments

Comments
 (0)