Use same fonts as GitHub

This commit is contained in:
Gabriel Augendre 2016-07-14 21:38:35 +02:00
parent 11a9d4b978
commit 8ed268f4fe
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 2 additions and 4 deletions

View file

@ -7,10 +7,9 @@
<html>
<head>
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, max-scale=1.0, user-scalable=no, shrink-to-fit=no">
</head>
<body>
@ -30,4 +29,3 @@
</script>
</body>
</html>

View file

@ -20,7 +20,7 @@ html {
body {
font-size: 1rem;
font-family: "Open Sans", sans-serif;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
line-height: 1.5;
/* Margin bottom by footer height */
margin-bottom: 6em;