Skip to content

Commit

Permalink
gui: Use a modern font stack inspired by Bootstrap 4
Browse files Browse the repository at this point in the history
See twbs/bootstrap#19098 for more information.
  • Loading branch information
Calinou committed Dec 26, 2018
1 parent 84ca86f commit 1727262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/ursrv/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<style type="text/css">
body {
margin: 40px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
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";
}
tr.main td {
font-weight: bold;
Expand Down
4 changes: 2 additions & 2 deletions gui/default/assets/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

body {
padding-bottom: 70px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
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";
}

h1, h2, h3, h4, h5 {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Raleway", -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";
line-height: 1.25;
}

Expand Down

0 comments on commit 1727262

Please sign in to comment.