gui: Use a modern font stack inspired by Bootstrap 4 (#5407)

See https://github.com/twbs/bootstrap/pull/19098 for more information.
This commit is contained in:
Hugo Locurcio 2018-12-26 23:05:20 +01:00 committed by Jakob Borg
parent 84ca86f095
commit 2ad40734f8
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ found in the LICENSE file.
<style type="text/css"> <style type="text/css">
body { body {
margin: 40px; 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 { tr.main td {
font-weight: bold; font-weight: bold;

View File

@ -9,11 +9,11 @@
body { body {
padding-bottom: 70px; 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 { 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; line-height: 1.25;
} }